Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6912

iconv_open failed when LC_CTYPE=C

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.5.3
    • None

    Description

      Creating a QApplication on SunOS 5.10, and the users LC_CTYPE is set to C (or is not set at all), Qt issues the following warnings:
      QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open failed
      QIconvCodec::convertFromUnicode: using ASCII for conversion, iconv_open failed

      #include <QApplication>
      int main(int argc, char **argv)
      {
        QApplication app(argc, argv);
        return 0;
      }
      

      compiled with g++

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            laknoll Lars Knoll
            mkoller Martin Koller
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes