Ignore:
Timestamp:
Aug 28, 2009, 4:59:33 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

core: Added a hack to use cp866 on OS/2 if LANG is ru_RU.

File:
1 edited

Legend:

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

    r2 r135  
    472472
    473473static QTextCodec * ru_RU_hack(const char * i) {
     474
     475
     476
     477
     478
    474479    QTextCodec * ru_RU_codec = 0;
    475480
     
    499504
    500505    return ru_RU_codec;
     506
    501507}
    502508
Note: See TracChangeset for help on using the changeset viewer.