|
Title: iso-8859-1 change to utf-8 Post by: pcservice-direkt on November 13, 2007, 02:04:35 PM I have written an own lang file for german, we have some special characters that are not included in iso-8859-1 is there any possibility to change it in utf-8?
regards Ramon Title: iso-8859-1 change to utf-8 Post by: victor on November 13, 2007, 05:55:32 PM try changing it on the same language file. Find this on line 31:
$lang['charset'] = 'iso-8859-1'; Title: Re: iso-8859-1 change to utf-8 Post by: HCL Admin on November 27, 2007, 04:57:46 PM Also you may need to change your database collation setting, something HCL currently can not do for you (I use phpMyAdmin to do this.)
|