3355: Review Board cannot display Czech character ř

ste****@gallaghe********* (Google Code) (Is this you? Claim this profile.)
June 7, 2014
What version are you running?
Review Board 2.0

What's the URL of the page containing the problem?
Any page where the user's name is displayed

What steps will reproduce the problem?
1. Set a user whose name includes the character ř (http://en.wikipedia.org/wiki/%C5%98)
2. View any page where their name is displayed
3.

What is the expected output? What do you see instead?
I expect to see the letter ř displayed, instead it is replaces with ?

What operating system are you using? What browser?
Fedora 20, Google Chrome 34.0.1847.132

Please provide any additional information below.

Probably a unicode glitch somewhere.
david
#1 david
This is almost always due to a database which is not configured to use the right encoding. You should look at the relevant docs for whatever database you have to make sure it uses utf-8. Note that if you're using mysql, you need to turn on utf-8 in about 12 different places.
  • +SetupIssue