Releases: Flamefire/nowide
Releases · Flamefire/nowide
Release v0.1.0-alpha
Initial release, contains fixes and enhancements implemented on top of the original project.
- Proper CMake support
- Invalid UTF-8 sequences are silently converted to the replacement char (default:
U+FFFD) - Throw exceptions in (unlikely case) that WinAPI calls fail (there is no meaningful recovery in such cases)
- Support for
boost::filesystem::pathin streams - Critical bugfix of
putenvleading to potential read of invalid memory