public marks

PUBLIC MARKS with tags dev & utf-8

July 2007

Dan Grossman : Handling UTF-8 in JavaScript, PHP, and Non-UTF8 Databases

by nhoizey
Dealing with characters outside the ASCII range on the web is tough, since text needs to move through so many places without being mangled, from user input, through JavaScript, into and out of PHP and string manipulation functions, into and out of db

®¤©: documents: php and unicode

by nhoizey
Some would say PHP has little or no Unicode support, and they'd be right. But I refer you back to the first item on our absolute minimum list. It's all just integers, and PHP has plenty of support for integers, so we can work around this problem.

April 2007

January 2006

Php I18n Charsets - Web Application Component Toolkit

by fredbird & 4 others
This page is going to assume you’ve done a little reading and absorbed some paranioa about the issue of character sets and character encoding in web applications. If you haven’t, try here; “When I discovered that the popular web development tool PHP has almost complete ignorance of character encoding issues, blithely using 8 bits for characters, making it darn near impossible to develop good international web applications, I thought, enough is enough.” “Darn near impossible” is perhaps too extreme but, certainly in PHP, if you simply “accept the defaults” you probably will end up with all kinds of strange characters and question marks the moment anyone outside the US or Western Europe submits some content to your site This page won’t rehash existing discussions suffice to say you should be thinking in terms of Unicode, the grand unified solution to all character issues and, in particular, UTF-8, a specific encoding of Unicode and the best solution for PHP applications.

Php I18n Utf-8 - Web Application Component Toolkit

by fredbird & 10 others
This page is intended as a reference for functionality PHP provides which can either help with handling UTF-8 or should be regarded as a risk when used in conjunction with UTF-8 encoded strings. Further information can be found on the i18n and charsets pages.

PUBLIC TAGS related to tag dev

css +   javascript +   lang:en +   license:pd +   source-code +  

Active users

nhoizey
last mark : 01/07/2007 12:40

piouPiouM
last mark : 01/04/2007 04:01

fredbird
last mark : 10/05/2006 13:59