Hi.

I'm running ReviewBoard 1.7.21 on Linux Mint with
- MySQL 5.5.35
- Apache2, WSGI

I made a review request including 'Korean' language,
but when I see the review, it says '???' instead of Korean letters.

So, I checked the DBMS and did the followings,
- changed the character set of MySQL to utf8
- changed the character set of ReviewBoard database to utf8
- changed the charset of ReviewBoard table 'reviews_reviewrequest' to utf8

But it still says '???'.

How can I make my ReviewBoard read/write utf8 characters like Korean?

And I found that all 'CREATE TABLE ...' statements of ReviewBoard tables 
had the 'DEFAULT CHARSET=latin1'.
I think it should be 'utf8', not 'latin1'.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to