Re: Synchronize code page 20127 table with Windows one

2007-02-05 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > That's not really possible due to a confusing license accompanying the > unicode.org > mappings, and a policy (until at least now) to not patch unicode.org provided > data. > Otherwise we have to patch the unicode collation table (I had a patch fo

Re: Synchronize code page 20127 table with Windows one

2007-02-01 Thread Dmitry Timoshkov
"Robert Shearman" <[EMAIL PROTECTED]> wrote: If you change a codepage from a unicode.org mapping then you need to add the changed .TXT file you generated it from to the build tree and update cpmap.pl to use it. That's not really possible due to a confusing license accompanying the unicode.or

Re: Synchronize code page 20127 table with Windows one

2007-02-01 Thread Robert Shearman
Dmitry Timoshkov wrote: The problem is that our translation table for code page 20127 is different from what Windows has, and the ansi_buf get mangled. Attached patch synchronizes our code page 20127 table with Windows one and fixes the bug. If you change a codepage from a unicode.org mapping t