My musings while programming in a number of languages and libraries, from PHP, Perl, JavaScript, jQuery, and KnockoutJS, with liberal use of CSS and Bootstrap to make it all pretty.
2014-02-12
Quick reminder jQuery $.ajax calls, UTF8, and you!
Just a quick reminder, jQuery.ajax calls encode everything in UTF8, so if lets say you're saving that out to a JSON file for retrieval later you will need to decode UTF8 for proper display.