I have a GWT SuggestBox that contains a mix of European and American words 
as suggestions. For example, some words have European characters, such as 
français. My target audience is American so I would like to allow automatic 
mapping of similar letters on an American keyboard to the European 
characters. For example, instead of typing "français", the suggestbox would 
allow the user to type "francais" (c instead of ç). The page would then 
submit the form with the proper word "français" as the suggestbox value 
rather than exactly what the user typed in.

I'm hoping this might have been handled by somebody else already? Is this 
supported by a library?

Otherwise I'm assuming I would need to map the words with the European 
characters to American characters for the suggestbox and then map them back 
to the original European versions for submission back to the server. 
Perhaps there is a better way?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vtFPiJxJg64J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to