summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/StringConverter.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
|
* Fixes for Ruby x64 on Windows + MinGW cleanupsBernard Normier2014-07-27
|
* Build fixes for MinGW 4.7.2-32Bernard Normier2014-07-24
|
* Updated nativeToUTF8 and UTF8ToNative for consistency with ↵Bernard Normier2014-05-16
| | | | stringToWstring/wstringToString
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* Fixed small bug in WindowsStringConverter::fromUTF8 introduced in previous ↵Bernard Normier2014-05-09
| | | | commit
* Removed UTF8ToCodePage helper function in favor of WindowsStringConverter, ↵Bernard Normier2014-05-09
| | | | optimized WindowsStringConverter::fromUTF8 when CP=UTF8
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
characters?