Changeset 8 for trunk/src/tools/qfile.cpp
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qfile.cpp
r7 r8 139 139 140 140 Qt uses Unicode file names. If you want to do your own I/O on Unix 141 systems you may want to use encodeName() (and decodeName()) to141 and OS/2 systems you may want to use encodeName() (and decodeName()) to 142 142 convert the file name into the local encoding. 143 143 … … 565 565 /*! 566 566 When you use QFile, QFileInfo, and QDir to access the file system 567 with Qt, you can use Unicode file names. On Unix , these file names568 are converted to an 8-bit encoding. If you want to do your own569 file I/O on Unix , you should convert the file name using this567 with Qt, you can use Unicode file names. On Unix and OS/2, these file 568 names are converted to an 8-bit encoding. If you want to do your own 569 file I/O on Unix or OS/2, you should convert the file name using this 570 570 function. On Windows NT/2000, Unicode file names are supported 571 571 directly in the file system and this function should be avoided.
Note:
See TracChangeset
for help on using the changeset viewer.