mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-15 01:05:38 +00:00
* Separate ANSI-related testing to their own tests, and only executing
them if running process has a specific code page
* Setting locale with `setlocale` was not reliable and didn't work on
certain machines
* Add handling of a "no character representation" error in second
`wcstombs` call