Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug of the function Isupper() just FYI
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01246145
Message ID:
01246195
Vues:
17
* I'm sorry, this is my mistake
* This is just contradiction; the developers of VFP have no choice
?islower("ß") && returns .t, but lower("ß") == upper("ß") == "ß"
?islower("ƒ") && returns .t, but lower("ƒ") == upper("ƒ") == "ƒ"
?Strtran("aßz","ß","v", -1, -1, 2) && returns "aVz" , but the result may be "aVz" , because upper("ß") == "ß"
?Strtran("aBz","B","v", -1, -1, 2) && returns "aVz"
?Strtran("aßz","ß","v", -1, -1, 3) && returns "aVz" , but the result may be "aVz", because upper("ƒ") == "ƒ"
?Strtran("aBz","B","v", -1, -1, 3) && returns "aVz"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform