Iconv

Hunting down CP1252 with Iconv

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.

Syndicate content

User login