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 20:54] jonyo improved wording |
tutorials:using_different_character_sets:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using Different Character Sets ====== | ====== Using Different Character Sets ====== | ||
- | <tip c n> | + | <tip c n> |
+ | |||
+ | To use and have **non-english** character sets (Charset) 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. | ||
+ | |||
+ | <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 default templates, as well as the charset used in the admin panel. | ||
====== Charset in config.php file ====== | ====== Charset in config.php file ====== | ||
Line 13: | Line 16: | ||
If you do not see that line, then you may need to add it. This setting controls **filtering** of user-input from PHP into the auction and classified software for use. It is also used for what is known as AJAX, when content on the page is updated without re-loading the entire page, the updated content will use the above setting for the charset. | If you do not see that line, then you may need to add it. This setting controls **filtering** of user-input from PHP into the auction and classified software for use. It is also used for what is known as AJAX, when content on the page is updated without re-loading the entire page, the updated content will use the above setting for the charset. | ||
- | For most sites and languages, the setting above is the only one that needs to be changed. | + | For most sites and languages, the setting above is the only one of the charset settings |
<code php config.php charset section>/ | <code php config.php charset section>/ | ||
Line 84: | Line 87: | ||
// | // | ||
// | // | ||
+ | |||
+ | <tip c w> | ||
+ | |||
+ | <code php># | ||
+ | |||
+ | Most sites **should not use or change this setting**, it is used in a work-around for a very rare server configuration issue. | ||
====== Charset in Admin Panel ====== | ====== Charset in Admin Panel ====== | ||
Line 89: | 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. |