Files
reactos/ntoskrnl
Timo Kreuzer 5cbb2c9a4c [LIBCNTPR] Implement multibyte NT version of toupper
Windows ntdll and ntoskrnl export a multibyte capable version of toupper (not tolower though!)
The internal version is kept as it is, because the multibyte version requires unicode tables to be set up and doesn't support IRQL > APC_LEVEL.

Why though would toupper (but not tolower) support raw, undecoded multibyte characters, you might ask. Well I don't know, but someone at MS must have decided that this is a good idea, and winetests show this is how it behaves.
2025-12-10 09:55:30 +02:00
..
2025-10-18 15:14:14 +03:00
2025-01-28 13:36:45 +09:00
2025-10-18 15:14:14 +03:00
2025-04-18 17:28:49 +00:00
2025-12-01 22:22:12 +01:00