-
Recent Posts
Recent Comments
- Uwe on A code point iterator adapter for C++ strings in UTF-8
- Is it actually possible to store and process individual UTF-8 characters on C ? If so, how? - MicroEducate on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Char and string types, what should I use? [closed] - Tutorial Guruji on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Sriram Muralidaran on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Ángel José Riesgo on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
Archives
Categories
Meta
Monthly Archives: May 2011
A code point iterator adapter for C++ strings in UTF-8
As the last post in this series I’ve been writing on Unicode and UTF-8, I thought I would elaborate on an interesting idea I mentioned in my previous post. When discussing how a std::string object that stores UTF-8 text is … Continue reading
Posted in C/C++, Character encoding, Unicode
10 Comments
Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
In today’s long post, I’m going to explain the guidelines we follow at Retibus Software in order to handle Unicode text in Windows programs written in C and C++ with Microsoft Visual Studio. Our approach is based on using the … Continue reading
Posted in C/C++, Character encoding, Unicode
73 Comments