Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IceMaster and version 3.7.1

...

The Ice run time includes a plug-in that supports conversion between UTF-8 and native encodings on Unix and Windows platforms. You can use this plug-in to install converters for narrow and wide strings into the communicator of an existing program. This feature is primarily intended for use in scripting language extensions such as Ice for Python1; if you need to use string converters in your C++ application, we recommend using the technique described in Installing String Converters with C++98 instead.

...

If using static libraries, you must also call the Ice::registerIceStringConverter function to ensure the plugin plug-in is linked with your application.

1 Ice for Python only supports string converters when using Python 2.x.

Ztop

See Also

...