[PHP] PHP and Unicode

2006-02-26 Thread Foofy
I learned PHP from an old O'Reilly book, and regarding Unicode it said "PHP's strings are always encoded in UTF-8." Since then I never gave it much thought, though I see a lot of ranting and wailing about lack of Unicode support in PHP. I also see a bunch of articles about work-arounds an

Re: [PHP] PHP and Unicode

2001-10-20 Thread indrek siitan
Hi, > has anyone seen any Unicode support routines available anywhere for PHP? disregard the question. found iconv support right after sending this mail :) Rgds, Indrek -- For technical support contracts, goto https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

[PHP] PHP and Unicode

2001-10-20 Thread indrek siitan
Hi, has anyone seen any Unicode support routines available anywhere for PHP? the manual only documents utf8_encode() and utf8_decode(), that by the documentation convert ISO-8859-1 strings to UTF8 and back. but i also need support for other codepages (ISO-8859-*, KOI8-R and others). I only need