I am looking to see if EE would work as a cms for a multi lingual site.
Having read around the subject, I know the database needs to be set as utf8 (as does EE).
The question is that PHP struggles with multi byte data and so has a set of multi byte methods. Does EE take this into consideration?
The site that prompted this question is:
http://developer.loftdigital.com/blog/php-utf-8-cheatsheet
The language I need to display is mandarin chinese (simplified chinese).
The forum has a few people mentioning that they have done sites in chinese so want to make sure it has will take into account the issues highlighted in the site i mentioned above.