An open API service indexing awesome lists of open source software.

https://github.com/tpaschalis/cpp-utf8-io

C++ Read and Write UTF-8 encoded characters to a text file *in Windows*
https://github.com/tpaschalis/cpp-utf8-io

c-plus-plus cpp io utf-8

Last synced: 6 months ago
JSON representation

C++ Read and Write UTF-8 encoded characters to a text file *in Windows*

Awesome Lists containing this project

README

          

# cpp-utf8-io
Use C++ to Read and Write UTF-8 encoded characters to a text file *in Windows*

UTF-8 I/O in C++ works out of the box in many Linux distros, but presents problems in Windows systems, due to different locales.

This is a simple solution that works in Windows, tested on Microsoft Visual Studio 2017 Community Edition
Permission is granted to use/share this code however you want, but feel free to check my other projects on GitHub.