Changeset 169 for trunk/src/tools/qstring.cpp
- Timestamp:
- Mar 31, 2007, 6:22:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qstring.cpp
r119 r169 7019 7019 } 7020 7020 7021 // WATCH OUT: mblen must NOT include the NUL (in contrast with qt_winMB2QString) 7021 // WATCH OUT: mblen must NOT include the NUL (in contrast with qt_winMB2QString) 7022 7022 QString qt_os2MB2QString( const char* mb, int mblen ) 7023 7023 { … … 7070 7070 } 7071 7071 7072 const char *qt_os2UconvFirstByteTable() 7073 { 7074 static char achFirst[ 256 ] = { -1, }; 7075 7076 if( achFirst[ 0 ] == -1 ) 7077 UniQueryUconvObject( qt_os2DefUconvObj(), NULL, 0, achFirst, NULL, NULL ); 7078 7079 return achFirst; 7080 } 7081 7072 7082 #endif // Q_OS_OS2
Note:
See TracChangeset
for help on using the changeset viewer.