<html style="direction: ltr;">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<style type="text/css">body p { margin-bottom: 0.2cm; margin-top: 0pt; } </style>
</head>
<body bidimailui-detected-decoding-type="UTF-8" text="#000000"
bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 09/28/2012 10:43 AM, Samiullah
Khawaja wrote:<br>
</div>
<blockquote
cite="mid:CAHENw5R8gtCjU+5aVfT_rHLOe0B_1sXty_YUrcO-wK=AxdKBrw@mail.gmail.com"
type="cite">Agreed about the standard part but I have to make sure
my text gets rendered correctly. so:<br>
<br>
Currently it is:<br>
<br>
R N EOR -> R e EOR<br>
<br>
What if I change it to:<br>
<br>
R N EOR -> R R EORĀ (this looks correct to me). Is there any
reason for not doing this? Will this give me any further issue or
will it cleanly solve my problem? Comments?<br>
<br>
</blockquote>
I think you should take a step back and ask yourself how you came up
to the problem.<br>
<br>
If this is a static string, simply place an LRM after the closing
bracket, and the problem is solved.<br>
<br>
If this is a string put together by program, your processing might
need to be a little more subtle, depending on the precise context.
For a simple example, a program that puts together an email address
should do this: ("%s ‎<%s‎>", name, address).
This ensures that, regardless of what language the name and/or the
email address is in, the brackets do not go all crazy. Of course,
this only works assuming that the paragraph direction is LTR.<br>
<br>
Shachar<br>
<br>
<pre class="moz-signature" cols="72">--
Shachar Shemesh
LiveU
<a class="moz-txt-link-freetext" href="http://www.liveu.tv">http://www.liveu.tv</a>
</pre>
</body>
</html>