How to support Chinese characters in JSON
Posted by
cameo
on
October 07, 2011
I am on rails3.0.9. All the Chinese characters in JSON becomes qustion marks?
How to solve that issue?
Answers
Answered by
cameo
on
October 10, 2011
I solved the issue by myself. It's mysql gem issue on Win7. So I changed to gem mysql2 v0.2.6. Then everything works fine.

Login to leave a comment