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

[4.4.0] QFileDialog does not show non-english characters

    XMLWordPrintable

Details

    Description

      This issue has been verified on Linux. When the LANG environment variable is different from en_US.UTF-8 or en_GB.UTF-8, all directory entries containing non-English characters like "ä", "ö" or "ü" won't be shown. Other values used were pt_PT.UTF-8 and de_DE.UTF-8, none works.

      Simple code to launch the dialog:

      //-----------------------------------
      #include <QtGui>

      int main( int argc, char * argv[] )
      {
      QApplication app( argc, argv );
      QFileDialog dlg;
      dlg.show();
      return app.exec();
      }
      //-----------------------------------

      Attachments

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

        Activity

          People

            menard Alexis Menard (closed Nokia identity) (Inactive)
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes