Blacksad said:It might comes from the font you use to display text on your screen, I use occidental (ISO), I think that this is a european norm, that might be the reason why it looks funny on your computer.
Blacksad said:Also, do you want to include the greek symbols?
StalkingBlue said:The letter ß has no upper-case version. It never appears at the beginning of a word. When writing whole words in caps, ß is usually replaced with ss.
tarchon said:OK, I stopped laughing.
You missed Latin Letter Small Ezh With Tail.
OK, I've started again.
Unicode Code Charts
Sorry, it's kind of like having someone come up to you and ask you to tell them the rules to D&D.
Short answer - the Unicode people have been working on it for 10 years and they're still finding new ones. The "Proposed New Characters" page is particularly a must-see.
If you're doing character generation or something, I think the easy way is to use the Unicode support in the operating system and let the system programmers deal with it.
CRGreathouse said:
Here's the problem - I want to disallow non-letter characters. No "-", no "&", no "€". I'm willing to live with a far-from-complete character set, but can't live with even a single nonletter.
tarchon said:Usually, there will be an isalpha() function that does this reasonably well. It depends on what APIs you have access to though.