|
| From: | Stefan Monnier |
| Subject: | Re: [emacs-bidi] Treatment of LRE,RLE,LRO,RLO,PDF,LRM,RLM |
| Date: | Thu, 18 Nov 2010 17:15:44 -0500 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> > Btw, how to display code points smaller than 256? \uNN or \u00NN?
>> I think \u00NN is the clear winner.
> It's according to RFC 5137, so yes.
> But what about code points above MAX_UNICODE_CHAR? Currently we
> display them as [E+NNNNNN]. Use \eNNNNNN?
I think \xNNNNNN would be preferable, since that's what we
use elsewhere.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |