Re: [Development] Introducing discussion about QStringFormatter

2017-08-14 Thread Thiago Macieira
On Monday, 14 August 2017 07:12:30 PDT Mårten Nordheim wrote: > > Has this ever been validated with people using RTL languages? The < and > > > > > symbols switch directions when used in RTL. For example: > > const char *fmt = > > > > "א {<10} ב" > > ; > > >

Re: [Development] Introducing discussion about QStringFormatter

2017-08-14 Thread Mårten Nordheim
Has this ever been validated with people using RTL languages? The < and > symbols switch directions when used in RTL. For example: const char *fmt = "א {<10} ב" ; Can you tell from the pasted text which direction this will justify? I intentionally put the semi-colo