Ice provides three string converters to cover common conversion requirements:
UnicodeWstringConverterIconvStringConverter (Linux and Unix only)iconv string converter converts strings using the Linux and Unix iconv conversion facility. It can be used to convert either wide or narrow strings.WindowsStringConverter (Windows only)MultiByteToWideChar and WideCharToMultiByte for its implementation.These string converters are defined in the Ice namespace.