Releases: neacsum/utf8
Releases · neacsum/utf8
V3.2.0
What's Changed
- Dual error handling strategies: exceptions or error codes
- Corrected case conversion functions
- CMake config fixes to make it more reusable in other projects by @emanspeaks in #5
- Add macro to disable replacing Windows API calls with UTF8 version by @lockieluke in #6
New Contributors
- @emanspeaks made their first contribution in #5
- @lockieluke made their first contribution in #6
Note: I will no longer include pre-built binaries with the release.
Full Changelog: V3.1.0...V3.2.0
V3.1.0
V3.0.0
V2.2.0
Summary of changes:
- Renamed in-place tolower and toupper to
utf8::make_lower
andutf8::make_upper
(thanks Fraser Ross). - Changed argument order for
utf8::LoadString
function. - Added
utf8::GetModuleFileName
function - Added
utf8::system
function.
This will probably be the last release with the version 2 API.