-
297755c3
by Jactry Zeng at 2024-10-21T21:44:51+02:00
msvcrt/tests: Test tolower() with DBCS.
-
ea1d7c72
by Jactry Zeng at 2024-10-21T21:44:51+02:00
msvcrt: Improve DBCS support for _tolower_l().
-
2d0920c7
by Jactry Zeng at 2024-10-21T21:44:51+02:00
msvcrt/tests: Test _tolower_l() with DBCS.
-
00948330
by Jactry Zeng at 2024-10-21T21:44:51+02:00
msvcrt: Correct the result of non-ASCII characters for _strnicmp_l().
-
7d07001d
by Jactry Zeng at 2024-10-21T21:44:51+02:00
msvcrt/tests: Test _stricmp() with multiple bytes characters.
-
c12daaf8
by Jactry Zeng at 2024-10-21T21:44:51+02:00
include: Add _strnicmp_l() declaration.
-
1213dafa
by Jactry Zeng at 2024-10-21T21:44:51+02:00
msvcrt/tests: Add tests of _strnicmp_l().