Michael Wallner wrote: >> Hope that solves your problem... > > Well yes, but it raises another obstacle :) > Is the EUR symbol the only difference between > latin1 and latin9? It seems at a quick glance. It's a few other characters too.. not many though.
> Is l0t3k still developing ext/i18n? > While google'ing I read something that he also implemented an > ICU parser. pearfr-org is not reachable and the my userland > ICU parser is extremely slow (would need to integrate a cache). Yes, this is a very interesting project indeed. There are no changes in cvs since october though, but I emailed him some days ago, and he said he'd started working on it again. From browsing the code it seems like it's quite a lot of the ICU functionality allready implemented. What he's been doing is using the c++ implementation of ICU and mapping it to php classes, so he's not actually creating the parsers or anything, just porting the whole library, similar to what's done with SimpleXML. Which is a very very good idea, and something php really needs. regards, asgeir -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php