On 2012-07-23, Jürgen Spitzmüller wrote:
> Guenter Milde wrote:
>> Please also check, if you prefer to input the braces in the way old LyX
>> documents do it, ")siht ekil(", or if you prefer to input the braces in
>> the "Unicode" way "(siht ekil)". The latter should come out right without
>> the patch but may no longer with it!
> This has not been changed (it would be a file format change).
If I understand right,
babel converts the input ")siht ekil(" to "(like this)"
while
xelatex+polyglossia converts "(siht ekil)" to "(like this)".
IMO, this is a polyglossia feature. It may be regarded as a regression, if
we "fix" it to behave like babel:
However, the applied patch seems to do exactly this. Whether it is a
"fix" or a "regression" depends on the use case.
+ documents written for babel also work with polyglossia,
- text pasted from other applications now fails with both, babel and
polyglossia.
Please correct me if I am wrong.
Günter