Re: Place of Character directionality in code

2007-05-27 Thread Elazar Leibovich
On 5/27/07, Dov Feldstern <[EMAIL PROTECTED]> wrote: Elazar Leibovich wrote: > Can you please refer me to where in the source code is a single > character directionality is handled? > What exactly do you mean? The "direction" (RTL/LTR) of a character is determined by it's language, and each char

Re: Place of Character directionality in code

2007-05-27 Thread Dov Feldstern
Elazar Leibovich wrote: Can you please refer me to where in the source code is a single character directionality is handled? What exactly do you mean? The "direction" (RTL/LTR) of a character is determined by it's language, and each character has a language associated with it... but I'm not

Place of Character directionality in code

2007-05-27 Thread Elazar Leibovich
Can you please refer me to where in the source code is a single character directionality is handled?