Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/qfile.cpp

    r7 r8  
    139139
    140140    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()) to
     141    and OS/2 systems you may want to use encodeName() (and decodeName()) to
    142142    convert the file name into the local encoding.
    143143
     
    565565/*!
    566566    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 names
    568     are converted to an 8-bit encoding. If you want to do your own
    569     file I/O on Unix, you should convert the file name using this
     567    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
    570570    function. On Windows NT/2000, Unicode file names are supported
    571571    directly in the file system and this function should be avoided.
Note: See TracChangeset for help on using the changeset viewer.