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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of strcvt!