This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:using_different_character_sets:start [2010/04/21 21:09] jonyo added warning about db connection charset |
tutorials:using_different_character_sets:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
<tip c n> | <tip c n> | ||
- | To use and have **non-english** character sets within our software may need a few different changes, each listed on this page. Our auction and classified software comes to you using **UTF-8** character encoding by default((This includes the charset used in the admin panel, as well as the charset used in the default templates. | + | To use and have **non-english** character sets (Charset) |
+ | |||
+ | <tip c n> | ||
====== Charset in config.php file ====== | ====== Charset in config.php file ====== | ||
Line 85: | Line 88: | ||
// | // | ||
- | <tip c w> | + | <tip c w> |
- | + | ||
- | <code php>//DB Connection Charset - This charset setting is used when connecting to the database, | + | |
- | //to force the connection charset to be different than the charset setting used at | + | |
- | //the server level. | + | |
- | //the documentation from: http:// | + | |
- | // To use, un-comment the line below (remove the #) and change the ' | + | <code php># |
- | // charset needed. | + | |
- | # | + | |
- | Most sites **should not change this setting**, it is used for a work-around for a very rare issue on some servers. If you use this setting when not necessary, or use it incorrectly, | + | Most sites **should not use or change this setting**, it is used in a work-around for a very rare server configuration |
====== Charset in Admin Panel ====== | ====== Charset in Admin Panel ====== | ||
Line 102: | Line 98: | ||
You will need to change the character encoding set within the admin tool to set the character encoding used in the admin tool here: | You will need to change the character encoding set within the admin tool to set the character encoding used in the admin tool here: | ||
- | [[admin_menu/ | + | [[admin_menu/ |
If you do not have this setting we recommend updating to the latest version which will have it. Changing the setting here will allow you to insert characters directly into the browser when making changes in your admin panel, and those characters displayed properly without translation. | If you do not have this setting we recommend updating to the latest version which will have it. Changing the setting here will allow you to insert characters directly into the browser when making changes in your admin panel, and those characters displayed properly without translation. |