Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug of the function Isupper() just FYI
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01246145
Message ID:
01246195
Views:
15
* 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"
Previous
Reply
Map
View

Click here to load this message in the networking platform