Changes between Version 1 and Version 2 of TracUnicode
- Timestamp:
- Jan 5, 2015 9:18:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUnicode
v1 v2 1 = Trac における Unicode の対応 = #UnicodeSupportinTrac1 = Unicode Support in Trac = 2 2 [[TracGuideToc]] 3 3 4 Trac はチケットや wiki ページに含まれているテキストデータを含め、すべてのテキストデータを UTF-8 エンコーディングで保持し、テキストデータの内部処理には Unicode 表記を使用しています。4 Trac stores all text using UTF-8 encoding, including text in tickets and wiki pages. Internal processing of text uses true Unicode representations. 5 5 6 Trac はほとんど (すべて?) の一般的に使われる文字エンコードに対応しています。 6 As such, it supports most (all?) commonly used character encodings. 7 7 8 もしエンコードが UTF-8 でないならば、それを処理するのに [wiki:TracModPython mod_python] を使用することができます。たとえばローカルエンコーディングが gbk であるなら trac.ini に 8 If your encoding is not UTF-8, you can use [wiki:TracModPython mod_python] to handle it. For example, if your local encoding is gbk, you can set 9 9 default_charset = gbk 10 と設定してください。 10 in trac.ini. 11 11 12 また、 [http://trac.edgewall.org/wiki/DatabaseBackend バックエンドのデータベース] が確実に UTF-8 を格納するようにしなければなりません; そうでなければ問題が発生するでしょう。 12 You also must make sure that your [trac:DatabaseBackend database backend] stores its data in UTF-8; otherwise strange things will happen. 13 13 14 データベースを UTF-8 に変換するためにもっとも簡単な方法は、データベースのダンプを取得し、ダンプを UTF-8 に変換して、変換したダンプをデータベースに書き戻すことです。[[BR]]15 ダンプを変換するのに [http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html iconv] を使用することができます。 14 To convert your database to UTF-8, the easiest way is to dump the database, convert the dump into UTF-8 and then import the converted dump back into the database.[[BR]] 15 You can use [http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html iconv] to convert the dump. 16 16 17 17 18 == 例 == #Examples18 == Examples == 19 19 20 20 === Arabic === … … 114 114 115 115 === Vietnamese === 116 Viết tiếng Việt cũng được. Nhưng search từ tiếng Việt thì không bôi vàng được. (Keyword(s) in Vietnamese search result can not be hightlighted !!!!).116 Viết tiếng Việt cũng được.