April 4, 2017
9:24 a.m.
On 2017/04/04 06:54, Paul Borokhov wrote:
Whenever you are talking about bidi text, there’s what’s called „logical“ and „visual“ ordering. Visual ordering is how the text is displayed as determined by the bidi algorithm (in most cases, the Unicode bidi algorithm). Logical ordering is how the text is stored in memory, or the sequence in which you would generally input it.
Or, even more importantly in an IETF context, the sequence in which it's sent over the wire :-). Regards, Martin.