I'm a software developer that has been doing professional web application development with Ruby on Rails. These are my postings of various things that I've figured out and learned that I thought might be helpful.
Thursday, September 24, 2009
Rails JSON utf-8 for charset
To post a JSON data from a form with utf-8 charset, set form.acceptCharset = "utf-8";
No comments:
Post a Comment