The charsetConversion throws "Codepage doesn't exist" when compiled on Ubuntu

Issue #49 resolved
Paolo Brandoli repo owner created an issue

The codepage "CHAR" used to indicate the locale charset in charsetConversion.cpp causes an exception during the initialization of ICONV. The usage of "" instead of "char" works properly.

Comments (2)

  1. Log in to comment