The charset conversion uses different error reporting in ICONV and Windows API

Issue #52 resolved
Paolo Brandoli repo owner created an issue

When a conversion from/to unicode in Windows fails, then an empty string is returned, while with ICONV an exception is thrown.

This causes different behaviours when the library is compiled in linux or windows.

The windows solution has to be preferred, since dataHandlerStringUnicode relies on that

Comments (1)

  1. Log in to comment