I was trying to use Arabic in my token history(Fragment). I found that GWT when using History.newItem(... Arabic word ) will encode it. I drilled down in the code and found "encodeFragment(String fragment)" is used to decode the token, but why is that? that removes any possibility of using UTF-8 in the app state and gives the site an ugly URL. A Simple URL with the word "book" in Arabic will look like this
www.mydomain.com/#%D9%83%D8%AA%D8%A7%D8%A8 But it should look like this (Not sure if you have Arabic font in your PC to see it correctly) www.mydomain.com/#كتاب Any Idea ? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
