| Re: How to change encooding? |
| by hardyvoje on 2006/4/19 1:39:07 Now I have to change mySql client encoding set to Latin2 I tried to insert mysql_query("SET CHARACTER SET 'latin2'", $this->conn); into class/database/mysqldatabase.php but it seems that command is ignored! help! |
| Re: How to change encooding? |
| by hardyvoje on 2006/4/5 7:20:50 Thanks!! But is UTF-8 multi byte? |
| Re: How to change encooding? |
| by stefan88 on 2006/4/5 7:05:45 in language/YOURLANGUAGE/global.php at the end of file there is something like: le="color: #000000"><?php //%%%%% LANGUAGE SPECIFIC SETTINGS %%%%% define('_CHARSET', 'windows-1251'); define('_LANGCODE', 'bg'); // change 0 to 1 if this language is a multi-bytes language define("XOOPS_USE_MULTIBYTES", "0"); ...
|
| How to change encooding? |
| by hardyvoje on 2006/4/5 7:01:41 Where can i find variable: $xoops_charset to change encoding on my pages? Help! |