barrier/src
Eugene Golushkov 09e1dbdf84 platform: Fixed processing of non-ASCII symbols
The non-ASCII symbols missing in CP_THREAD_ACP but present in current KB
layout were processed incorrectly. Do not rely on ANSI => UTF16
conversion, obtain UTF16 directly from KB layout driver. BTW, ToAscii is
implemented via ToUnicode + RtlUnicodeToMultiByteN, so this is really
optimization.
2020-12-30 13:00:22 +02:00
..
cmd Merge pull request #978 from albertony/rc_version_info 2020-12-10 00:05:58 +02:00
gui Use ansi codepage for internal multibyte strings on windows (fixes #976, fixes #974, fixes #444) 2020-12-28 21:17:40 +01:00
lib platform: Fixed processing of non-ASCII symbols 2020-12-30 13:00:22 +02:00
test Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
CMakeLists.txt Remove trailing whitespaces 2020-12-09 14:02:28 +10:00