Eric Pouech pouech-eric@wanadoo.fr writes:
This patch allows to use the UNIX code page inside of ntdll. The full change log:
- moved code page & NLS resources from kernel32 to ntdll
- moved locale initialisation from kernel32 to ntdll
- created unix code page handling in ntdll
- made use of this unix cp for the initial environment creation (in PEB)
I don't think I agree with that. IMO the locale stuff should remain in kernel32. We can simply set the unix codepage in ntdll the same way we set the other codepages.