James Cohen has a recent post to his blog looking at a way you can avoid some of the character encoding problems in PHP that can come with working with multiple character sets.
character encodingJames Cohen's Blog: How to Avoid Character Encoding Problems in ...PHPDeveloper.org Mon, 04/25/2011 - 13:13
James Cohen has a recent post to his blog looking at a way you can avoid some of the character encoding problems in PHP that can come with working with multiple character sets. Read Ruby: A Free, 19 Chapter Ruby 1.9 Reference GuideRuby Inside Mon, 09/20/2010 - 06:24
Read Ruby is an online "book" about Ruby 1.9 in a mostly referential style. Pablo Viquez' Blog: How to use json_encode with ISO-8859-1 data ...PHPDeveloper.org Mon, 08/03/2009 - 06:57
As he mentioned in a previous entry on his blog, Pablo Viquez found a few issues with character encoding and the json_encode function. Pablo Viquez's Blog: JSON, ISO 8859-1 and UTF-8 - PartPHPDeveloper.org Mon, 07/20/2009 - 11:42
After spotting some null values in a few of his form fields following an Ajax request, Pablo Viquez decided to track down his issue: Character encoding issues when migrating from Joomla 1.0 to 1.5Linux Today Thu, 06/25/2009 - 08:17
Sankuru: "After migrating a joomla installation from version 1.0 to 1.5, I came across a particularly annoying issue: the following characters showed up in error in the browser: left single quote, right single quote, left double quote, right double quote, emdash." |