Iconv
Hunting down CP1252 with Iconv
By Stephen Compall - Posted on October 9th, 2007
Tagged:
I was looking for ways to improve a character encoding guesser in PHP, and decided that it was time to look at Iconv.
One important step to understanding how encoding or "charsets" works in GST is to understand that it is very similar to the ISO C90 model. We reinterpret the traditional String just as C strings were reinterpreted; a String is no longer quite what it appears to be.
