Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug of the function Isupper() just FYI
Message
De
08/08/2007 16:38:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01246145
Message ID:
01246899
Vues:
31
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform