Tag Archive > i18n

Multilingual support for WordPress: improved!

I’ve been using wordpress ZdMultilang plugin to  write articles in several languages.
The truth is that the plugin is awesome. It works great! The only thing I missed was the lack of support for keeping separate comments, so the users reading the post in English only see the comments that the English-readers version made, and so [...]

Continue reading

,

Convert UTF-8 string into an array of chars in PHP

I hope PHP 6 will solve all my problems with UTF-8, but it has not been released yet, and one has to keep coding with the tools it has available.
I think I will probably be sharing the class for string manipulation that I’ve been coding (which of course is 100% compatible with UTF-8).
For now, I’m [...]

Continue reading

, , ,