PRB: OpenFile Does Not Work Well with SetFileAPIsToOEM

ID: Q137201


The information in this article applies to:


SYMPTOMS

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.


CAUSE

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.


RESOLUTION

Use Createfile to open the file. CreateFile does not convert OEM to ANSI, so this problem does not occur.


STATUS

This behavior is by design.

Additional query words: 4.00 Windows win95fest


Keywords          : 
Version           : 
Platform          : 
Issue type        : 

Last Reviewed: March 5, 1999