Posted by Joγo Morais on 09/29/75 12:01
> iso-8859-1 has no room for, for instance, Russian characters. So if you
> want to support those, use some broader encoding like utf-8 that
> supports the whole unicode character set.
Right, so if I want to support this kind of characters my:
* mysql charset
* mysql connection collation
* table collation's
Should all be utf8, and with that I won't have any trouble with
different charsets?
Including my meta tag:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> ?
[Back to original message]
|