Bug 5393 - Change player name (and possibly other text entry screen) alphabet order is incorrect
: Change player name (and possibly other text entry screen) alphabet order is i...
Status: RESOLVED FIXED
Product: SB Controller
Classification: Unclassified
Component: Browser
: unspecified
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-05 21:12 UTC by Blackketter Dean
Modified: 2007-09-06 10:16 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2007-09-05 21:12:01 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.
Comment 1 Ben Klaas 2007-09-06 07:01:56 UTC
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.

Comment 2 Ben Klaas 2007-09-06 10:16:29 UTC
jive r436 should complete the fix for this, with the exception of char sets for other LANGs.