Skip to content

Releases: GiovanniDicanio/UnicodeConvStd

UnicodeConvStd v2.0.1 - Header-only Stable Release

27 Oct 12:02
1ef5f10

Choose a tag to compare

Minor changes and refinements in implementation code.

UnicodeConvStd v2.0.0 - Header-only Stable Release

23 Aug 18:40
cdd24fe

Choose a tag to compare

Some code refactoring and use of string views as input.

UnicodeConvStd v1.0 - Initial release

23 Aug 16:19
578efdd

Choose a tag to compare

Convenient easy-to-use and efficient helper functions to convert between Unicode UTF-16 and UTF-8 using std::wstring and std::string.
This is the first release, and corresponds to my original article on my blog:

https://giodicanio.com/2023/10/03/converting-between-unicode-utf-16-and-utf-8-using-c-plus-plus-standard-library-strings-and-direct-win32-api-calls/