SWIG translates the Java String to UTF16 and not UTF32 when filling std::wstring

Issue #123 closed
Paolo Brandoli repo owner created an issue

SWIG copies UTF16 chars into each UTF32 char of a std::wstring.

This causes wrong charset translations when using the Java wrappers.

Comments (3)

  1. Log in to comment