PRB: OpenFile Does Not Work Well with SetFileAPIsToOEMID: Q137201
|
After you call SetFileApisToOEM, OpenFile is supposed to accept OEM strings for file manipulation. However, giving OpenFile an extended character produces an unexpected filename. For example, with char 190, the filename contains a '+' instead of the expected character.
OpenFile converts the given OEM string internally to ANSI before manipulating the filename or passing it down to the filesystem. This conversion is not always successful, as not all OEM chars have equivalents in the ANSI set.
Use Createfile to open the file. CreateFile does not convert OEM to ANSI, so this problem does not occur.
This behavior is by design.
Additional query words: 4.00 Windows win95fest
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 5, 1999