You take the blue pill... the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill... you stay in Wonderland, and I show you how deep the rabbit hole goes.
PmWikiJa /
UTF-8Enabling 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-8は、アジアの言語およびそれらのcharacter 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. あなたのwikiページをUTF-8対応にすることはとても簡単です。現バージョンであるPmWiki 2.0は、この作業に必要なUTF-8ファイルを標準で同梱しています。 Here are the steps to enable UTF-8
If you validate your site you should see that UTF-8 is default encoding. UTF-8対応にする方法:
サイトを有効にすれば、UTF-8がデフォルトのエンコーディングになっているでしょう。 UTF-8을 사용하는 방법* config.php파일을 얼어 * include_once('scripts/xlage-utf-8.php'); 라는 줄을 추가하고 * (세미콜론도 꼭 써준다.) * 저장하면 된다. UTF-8 로 잘 인코딩되는지 확인한다. |