Conversion between the four character types char (locale dependent or UTF-8), wchar_t, char16_t (UTF-16) and char32_t (UTF-32) in all combinations. String and stream conversion. Locale dependent and UTF-only UTF-8/16/32 conversion.
The StrCvt library is also available as part of the separate project Xprintf, also on sourceforge.
Features
- Conversion between char, wchar_t, char16_t and char32_t in all combinations
- Portable, runs on Gcc / Linux and on Visual C++ / Windows
- Locale-dependent conversions and UTF-only conversions
- String conversion as easy as 'wstring w = strcvt(u"UTF-16 string");'
- Stream conversion functions using the codecvt.in()/out() API
- Output operator<<: send all strings directly to cout/cerr/...
Follow strcvt
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of strcvt!