PRB: OpenFile Does Not Work Well with SetFileAPIsToOEMLast reviewed: September 25, 1995Article ID: Q137201 |
The information in this article applies to:
SYMPTOMSAfter 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.
CAUSEOpenFile 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.
RESOLUTIONUse Createfile to open the file. CreateFile does not convert OEM to ANSI, so this problem does not occur.
STATUSThis behavior is by design.
|
Additional reference words: 4.00 Windows 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |