e4m2

Results 4 comments of e4m2

AFAICT the NLS Unicode tables are determined as follows (may be wrong, though): 1. Query the `HKLM\SYSTEM\CurrentControlSet\Control\Nls\Language` key for the value named `Default`. 2. Query the same key for the...

Also it should be noted the actual table used for filesystem operations is the special NTFS file `$UpCase`, which is just a copy of the system-wide NLS data at the...

On newer Windows, only the `l_intl.nls` file is ever read, so that's good news. On the other hand, in Windows 11 the function was modified to look like this (RE'd):...

One thing worth mentioning is that using `clang` (not `clang-cl`) on Windows skips the preseed cache. Looking at that file, it seems that most of it does not actually depend...