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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of strcvt!