diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-10-30 10:40:39 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-10-30 10:40:39 -0400 |
commit | 11d07f15894fe885752195092095cb31ecf07683 (patch) | |
tree | 036b6ae79c78f9299ef6563091b01704f5b9d227 | |
parent | Added -bigobj option to compile operations test on Windows VS2012 x64 (diff) | |
download | ice-11d07f15894fe885752195092095cb31ecf07683.tar.bz2 ice-11d07f15894fe885752195092095cb31ecf07683.tar.xz ice-11d07f15894fe885752195092095cb31ecf07683.zip |
StringConverter fixes
-rw-r--r-- | CHANGES | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -272,16 +272,15 @@ C++ Changes and getProcessWstringConverter can be used to establish and access the process wide string converter. +- Moved the StringConverter template and classes from the Ice namespace + to the IceUtil namespace. + - Added Ice.LogStdErr.Convert property which controls whether or not the default StdErr logger converts messages from native narrow encoding to the console code page. The default value is 1, meaning by default messages are converted to the console code page encoding. The property is only used on Windows. -- Added IceUtil::nativeToWnative and IceUtil::wnativeToNative - functions which allow you to convert between narrow and wide - strings. stringToWstring and wstringToString have been deprecated. - - Added ice_staticId() to the ProxyHandle template. - Removed deprecated Ice::Object::ice_getHash function. |