Sponsorised links
This month
March 2008
February 2008
Sponsorised links
January 2008
September 2007
August 2007
Tutoriel sur UTF-8 avec PHP et MySQL
Ce tutoriel couvrira donc la mise en place d'un environnement conforme, son utilisation ainsi qu'une reconnaissance rapide des problèmes d'affichage entre l'UTF-8 et l'ISO.
July 2007
June 2007
May 2007
Mysql database migration and special characters | Orthogonal Thought
So, I keep having all sorts of problems when moving my mysql database from one machine to another. The issue is that in text or varchar columns containing data that have special characters like smart quotes (those crazy curly quotes), accented letters, etc. result in scrambled data. For example the following phrase
April 2007
Kitpages : Comment basculer un code PHP en UTF-8
Si vous souhaitez coder un outil ou un site qui fonctionne avec des charactères ésothériques (Chinois, Arabe, Indien,...), vous devez changer la façon de coder vos caractères et de les transmettre sur le réseau. Cette façon de coder les charactères s'appelle le Charset. Le plus courant par nos latitudes est le charset ISO-8859-1. Il contient les caractères européens.
Pour écrire des textes en chinois, arabe, hébreux, indien, japonais... vous devez utiliser un charset qui permettent de coder tous les caractères de ces langues. Le charset le plus standard pour coder tous ça est UTF-8.
March 2007
Réencodage d'une arborescence vers l'UTF-8
Réencodage d'une arborescence vers l'UTF-8
February 2007
UTF-8 - HTML Purifier
Character encoding and character sets, in truth, are not that difficult to understand. But if you don't understand them, you are going to be caught by surprise by some of HTML Purifier's behavior, namely the fact that it operates UTF-8 or the limitations of the character encoding transformations it does. This document will walk you through determining the encoding of your system and how you should handle this information. It will stay away from excessive discussion on the internals of character encoding.
