Comment #4 on issue 2309 by muegyetem: infobox throws UnicodeEncodeError when user has non US-ASCII characters in name
http://code.google.com/p/reviewboard/issues/detail?id=2309

Thanks,

I've viewed the bugfix, but according to 'http://docs.python.org/howto/unicode.html' 'replace' replaces everything with a '?' character, however 'xmlcharrefreplace' replaces everything with it's XML form, which practically means, that special characters will remain the same when they are displayed on the webpage.

So maybe using 'xmlcharrefreplace' would be a better solution :) Or does 'replace' keep the original names?

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to