2007
Dan Grossman : Handling UTF-8 in JavaScript, PHP, and Non-UTF8 Databases
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
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.
2005
1
(5 marks)