encoding

FacebookTwitter

Debugging charset encoding mismatch with Apache - François Nonnenmacher, aka padawan

While setting up a new weblog using UTF-8 as the default encoding charset, I spent literally hours trying to figure out why my first name persisted to show up as François instead of François. http://padawan.info/en/2004/07/debugging-chars.html

Spécifier l'encodage des caractères d'un document (X)HTML août 2004 Weblog - Blog & Blues

コミスケは、 電子書籍の全ページを自動でキャプチャして PDF化してくれる最近、評判のソフト です。 http://www.blog-and-blues.org/weblog/2004/08/16/275-encodage-caracteres-xhtml
http://www.warski.org/blog/2007/10/utf-8-in-jbosstomcat-mysql-hibernate-javamail/

Blog of Adam Warski » Blog Archive » UTF-8 in JBoss/Tomcat + MySQL + Hibernate + JavaMail

While most of (web)applications communicate with the end user in English, a lot of them use native languages, which often have some special characters (not to look too far for an example, we have the Polish alphabet, with ą, ę, ś, etc).
http://surunairdejava.blogspot.com/2007/05/utf-8-encoding.html

UTF-8 encoding

Après plusieurs heures passées à trouver mon erreur d'encodage UTF-8, voici un petite liste des points à vérifier sur une application web. Mon environnement :
Develop J2EE applications with multibyte characters By Wang Yu, JavaWorld.com, 04/19/04 http://www.javaworld.com/javaworld/jw-04-2004/jw-0419-multibytes.html

Multibyte-character processing in J2EE - Java World

Frank da Cruz The Kermit Project - Columbia University New York City fdc@columbia.edu Last update: Mon May 7 14:01:41 2012 http://www.columbia.edu/kermit/utf8.html

UTF-8 Sampler

Bien qu'il soit possible de préciser n'importe quel encodage pour une base de données, il est déconseillé de choisir un encodage qui n'est pas attendu par la locale sélectionnée. Les paramètres LC_COLLATE et LC_CTYPE impliquent un encodage particulier, et les opérations dépendantes de la locale (comme le tri) interprètent souvent mal les données stockées dans un encodage incompatible. Comme ces paramètres de locales sont gelés par initdb , la latitude apparente laissée dans l'utilisation des encodages des bases de données d'un cluster est plus théorique que réelle. http://docs.postgresqlfr.org/8.2/multibyte.html

21.2. Support des jeux de caractères