Re: imm32: Improve ImmGetCompositionString.

2008-09-08 Thread Aric Stewart
So I have been banging my head against this test for a few weeks now. There are just so many variables, what IME is on the windows box, what locale is set, and such. This all changes the behavior in a way that it is a headache to write a test that will demonstrate the behavior this fixes and als

Re: imm32: Improve ImmGetCompositionString.

2008-08-12 Thread Paul Vriens
Aric Stewart wrote: > > It should return number of copied bytes. But it always returns required > buffer size to receive all information. > (originally by Kusanagi Kouichi ([EMAIL PROTECTED]) ) > --- > dlls/imm32/imm.c | 207 > ++ > 1 files ch