Ignore:
Timestamp:
Nov 23, 2009, 1:22:05 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Fixed two text codec plugin related issues [vendor bug]:

  • codec plugins were never searched in the application's directroy;
  • even with the above fix applied, the codec requested in LANG would have never been set if it were in the application's directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/codecs/qtextcodec.cpp

    r135 r340  
    743743}
    744744
     745
     746
     747
     748
     749
     750
     751
     752
     753
     754
    745755/*!
    746756    \class QTextCodec
     
    10641074        return;
    10651075#endif
     1076
    10661077    localeMapper = c;
    10671078    if (!localeMapper)
Note: See TracChangeset for help on using the changeset viewer.