Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug of the function Isupper() just FYI
Message
From
08/08/2007 16:38:44
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01246145
Message ID:
01246899
Views:
26
>Thanks Christof,
>
>But this is bug
>?Isalpha("ž") && returns .f.
>?Isalpha("Ž") && returns .f.

Your running into some of the problems in dealing with non Unicode character data. I would not trust any of the functions you have been using with any character above CHR(127) as what is actually displayed to the user varies from font to font.

Once you know the codepage and font you are using you can create your own look up tables and use chrtran() to evaluate the characters.
Previous
Reply
Map
View

Click here to load this message in the networking platform