PRB: IsCharAlpha Return Value Different Between VersionsLast reviewed: November 2, 1995Article ID: Q84843 |
The information in this article applies to:
SYMPTOMSUnder Windows version 3.1, the IsCharAlpha function returns TRUE for the character values 8Ah, 8Ch, 9Ah, 9Ch, 9Fh, and DFh. Under Windows version 3.0, the function returns FALSE for these character values.
CAUSEThese characters represent alphabetic characters that were added to the Windows character set in Windows 3.1.
RESOLUTIONApplications that use the IsCharAlpha function should behave properly with the newly-defined characters. No changes should be required.
MORE INFORMATIONAppendix C.1, page 596, of the "Microsoft Windows Software Development Kit: Programmer's Reference, Volume 3: Messages, Structures, and Macros" lists the Windows character set.
|
Additional reference words: 3.00 3.10 3.50 3.51 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |