Details
-
Bug
-
Resolution: Fixed
-
Major
-
0.4.15-dev-3059-g19d2414 https://github.com/reactos/reactos/commit/19d24143e92eb65b2a85bf26c87d275b38c306d2
Description
MB_PRECOMPOSED is a flag for MultiByteToWideChar(), not WideCharToMultiByte().
It looks like either the function or the parameter is wrong...
-
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=MB_PRECOMPOSED
win32ss/user/imm32/regword.c
|
260 cchA = WideCharToMultiByte(pImeDpi->uCodePage, MB_PRECOMPOSED,
|
323 cchW = MultiByteToWideChar(pImeDpi->uCodePage, MB_PRECOMPOSED,
|
Attachments
Issue Links
- blocks
-
CORE-11700 supporting Japanese input
-
- Resolved
-