Bidi and Empty Parentheses

Andreas Prilop aprilop at freenet.de
Tue Mar 1 08:11:46 CST 2022


On 1 March 2022, Eli Zaretskii wrote:

> I tried
>   RLE x ( ) y PDF

BTW:
You should not use the embedding characters any longer.
After 15 years of Bidirectional Algorithm, they finally discovered that the embedding
characters (as well as their HTML and CSS equivalents) do not work as desired.

Example:

<!DOCTYPE html> <html lang=hu> <style>
h1+h1 span{unicode-bidi:embed}</style>
<title>Egy kettő három</title>
<h1><span dir=rtl>1 2 3</span> 0x</h1>
<h1><span dir=rtl>1 2 3</span> 0x</h1>
<h1>⁧1 2 3⁩ 0x</h1>
<h1>‫1 2 3‬ 0x</h1></html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://corp.unicode.org/pipermail/unicode/attachments/20220301/bf716a94/attachment.html>


More information about the Unicode mailing list