UTF-8
Enabling UTF-8 Unicode language encoding in your page header.
UTF-8
UTF-8 allows for support of Asian languages and their character depth. It is a widely supported and flexible character encoding, used for Japanese and Chinese.
UTF-8character depth
It's fairly simple to enable UTF-8 on your wiki pages. Currently PmWiki 2.0 versions have the UTF-8 file needed already loaded.
wikiUTF-8PmWiki 2.0UTF-8
Here are the steps to enable UTF-8
- Open your config.php file
- Add this line: include_once('scripts/xlpage-utf-8.php');
- (you must include the semicolon)
- save and upload your config.php file back to the server.
If you validate your site you should see that UTF-8 is default encoding.
UTF-8
- config.php
- : include_once('scripts/xlpage-utf-8.php');
- (";")
- config.php
UTF-8
UTF-8
* config.php * include_once('scripts/xlage-utf-8.php'); * ( .) * .
UTF-8 .