Hi, I'm exploring web2py from GIT together with a chrome browser.

When I open the admin, I get the presentation in the german language, 
because this is configured as one of the languages in Chromium (the 
non-google-branded version of Google Chrome). That's ok so far. 
Unfortunately, umlaut characters are show as "?", e.g. not "Über", but 
"?ber". Using Right-Mouse-Click -> Inspect Element, I can see that web2py 
incorrectly sends "<a href="/admin/default/about/examples">?ber</a>". 
Further investigation revealed that the ? characters are already in 
applications/admin/languages/de.py.

"git blame" told me that it was commit 714fcc52, "git show 714fcc52 | grep 
About" will show you an example.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to