ne tree.
My guess is that we have to maintain collation weights for the whole
unicode range (or at least some unicode ranges) on our own, and base
a patch for unicode.org collation tables on that. That's a huge and
very tedious work, I know that, since I'm the author of the collation
table patch in Crossover.
--
Dmitry.
On Friday 02 July 2004 18:08, Dmitry Timoshkov wrote:
> "Vitaly Lipatov" <[EMAIL PROTECTED]> wrote:
> > I guess I can resolve it only for cp1251 encoding... It will
> > hack, in no universal way... :(
>
> Could you post a couple of examples what exactly differences
> do you observe? And what hacks
s in WINE, so why not this?
Look at the dlls/kernel/tests/locale.c,test_CompareStringA/test_LCMapStringA
> Another way is to look at what ReactOS has, do they have collation tables?
> Are they good? Can WINE use them? (I would assume they would need to be
> relicenced but other than th
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote:
> Well, I test with collation table from Crossover Office. It is
> better then in wine, but no identical to Windows :(
>
> > > I see it idea is implemented in CrossOver Office already?
> >
> > No, nothing has been done yet, just a bit of thoughts.
> I
On Friday 02 July 2004 10:14, Dmitry Timoshkov wrote:
> There is a Wine tar ball somewhere on the Codeweavers site
> which is used in the CX Office. It's freely available, since
> Wine is LGPL'ed.
Well, I test with collation table from Crossover Office. It is
better then in wine, but no identical
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote:
> > What app is it? In which way it depends on the collation table
> > being MS compatible?
> It is 1C, an accounting system, widely used in Russia.
> It keep a copy "right" collation table in exe file and compare it
> with gotten from system.
>
> > Cr
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote:
> In test dlls/kernel/tests/locale.c
> I see comment
> /* this requires collation table patch to make it MS compatible
> */
> I get trouble with one program it needed collation table to be
> identical to MS table.
What app is it? In which way it depen
In test dlls/kernel/tests/locale.c
I see comment
/* this requires collation table patch to make it MS compatible
*/
I get trouble with one program it needed collation table to be
identical to MS table.
Does anyone knows what is the better way to fix this tables, in
which place? Can I fix libs/un