Bugzilla – Bug 5393
Change player name (and possibly other text entry screen) alphabet order is incorrect
Last modified: 2007-09-06 10:16:29 UTC
The alphabet when entering text like the player name setting is AaBbCcDd, it should be abcdef...ABCDEF, as you are entering multiple lower case characters in a row. Also, please confirm that the diacritic characters, etc. are avaialble for text entry when using non-english languages, as appropriate.
fixed in r12913. Make allowed_chars a localized string which loads different sets depending on language (still need to add all non-EN languages) The allowed chars localized string should also be implemented on the jive side. Will look into that today.
jive r436 should complete the fix for this, with the exception of char sets for other LANGs.