Click here to Skip to main content
15,672,482 members
Articles / Desktop Programming / Win32

Stats

22.1K views
407 downloads
24 bookmarked

Doing UTF-8 in Windows

Rate me:
Please Sign up or sign in to vote.
4.81/5 (13 votes)
2 Aug 2020MIT4 min read
This is (yet another!) article on how to handle UTF-8 encoding on a platform that still encourages the UTF-16 encoding.
In this article I am providing a small library for this purpose. The code works, it is clean, easy to understand and small. This is an implementation of the solution advocated in the UTF-8 Everywhere manifesto.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Canada Canada
Mircea is an OOP (old, opinionated programmer) with more years of experience than he likes to admit. Always opened to new things, he is however too bruised to follow any passing fad.

Lately, he hangs around here, hoping that some of the things he learned can be useful to others.

Comments and Discussions