Page 1 of 1

Multi Language Support - Special Characters

Posted: Wed Jan 07, 2009 4:27 pm
by zoltalar
Hello,

I'm creating web based interface that supports 3 languages: English, Spanish and French. Is it necessary to use iconv / mbstring / recode_string() to display special language characters if the language string messages are written in UTF-8? or can I just use echo()? :banghead:

Thanks,

Re: Multi Language Support - Special Characters

Posted: Wed Jan 07, 2009 5:17 pm
by nvartolomei
just echo

Re: Multi Language Support - Special Characters

Posted: Wed Jan 07, 2009 5:19 pm
by omniuni
if you want, you can use htmlentities. Note that WYSIWYG editors like TinyMCE also handle special characters quite well.