This is an archived, read-only instance of the JaCaVi Trac. This site is no longer actively maintained. Registration and login have been disabled. Content is preserved for reference only.

Changes between Initial Version and Version 1 of TracUnicode


Ignore:
Timestamp:
05/26/08 06:21:17 (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUnicode

    v1 v1  
     1= Unicode Support in Trac =
     2[[TracGuideToc]]
     3
     4Trac stores all text using UTF-8 encoding, including text in tickets and wiki pages. Internal processing of text uses true Unicode representations.
     5
     6As such, it supports most (all?) commonly used character encodings.
     7
     8If 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   default_charset = gbk
     10in trac.ini.
     11
     12You also must make sure that your [wiki:DatabaseBackend database backend] stores its data in UTF-8; otherwise strange things will happen.
     13
     14To 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]]
     15You can use [http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html iconv] to convert the dump.
     16
     17
     18== Examples ==
     19
     20=== Arabic ===
     21تراك يقوم بحفظ كل الكلمات باستخدام صيغة UTF-8، بما في ذلك الكلمات المستخدمة في صفحات  التيكت والويكي.
     22
     23=== Bulgarian ===
     24Българският език работи ли?
     25
     26=== Česky ===
     27Čeština v kódování UTF-8, žádný problém.
     28
     29=== Chinese ===
     30Traditional: 繁體中文, 漢字測試; Simplified: 简体中文,汉字测试
     31
     32=== Croatian ===
     33Ako podržava srpski i slovenski mora podržavati i Hrvatski - čćžšđ ČĆŽŠĐ
     34
     35=== English ===
     36Yes indeed, Trac supports English. Fully.
     37
     38=== Français ===
     39Il est possible d'écrire en Français : à, ç, û, ...
     40
     41=== German ===
     42Trac-Wiki muß auch deutsche Umlaute richtig anzeigen: ö, ä, ü, Ä, Ö, Ü; und das scharfe ß
     43
     44=== Greek ===
     45Τα Ελληνικά υποστηρίζονται επαρκώς επίσης.
     46
     47=== Hebrew ===
     48אני יכול לאכול זכוכית וזה לא מזיק לי
     49
     50=== Hindi ===
     51अब हिन्दी में।
     52
     53=== Hungarian ===
     54Árvíztűrő tükörfúrógép
     55
     56=== Icelandic ===
     57Ævar sagði við ömmu sína: Sjáðu hvað ég er stór!
     58
     59=== Japanese ===
     60漢字 ひらがな カタカナ ハンカクカナ 日本語試験
     61
     62=== Korean ===
     63이번에는 한글로 써보겠습니다. 잘 보이나요? 한글
     64
     65=== Latvian ===
     66
     67Latviešu valoda arī strādā!
     68
     69=== Lithuanian ===
     70Sudalyvaukime ir mes. Ar veikia lietuviškos raidės? ąčęėįšųūž ĄČĘĖĮŠŲŪŽ Žinoma, kad veikia :)
     71Kas tie mes?
     72
     73=== Persian (Farsi) ===
     74این یک متن فارسی است ولی امکان نوشتن مستقیم فارسی نیست چون حالت متن از راست به چپ و جود ندارد برای فارسی نوشتن باید از HTML استفاده کنید.
     75{{{
     76#!html
     77<div dir="rtl">
     78}}}
     79این نمونه یک متن از راست به چپ فارسی است که در HTML نوشته شده تا اعداد 12345 و حروف لاتین ABCDEF در محل خودشان نمایش داده شوند.
     80{{{
     81#!html
     82</div>
     83}}}
     84
     85=== Polish ===
     86Pchnąć w tę łódź jeża lub osiem skrzyń fig; Nocna gżegżółka zawsze dzienną przekuka.
     87
     88=== Portuguese ===
     89É possível guardar caracteres especias da língua portuguesa, incluindo o símbolo da moeda européia '€', trema 'ü', crase 'à', agudos 'áéíóú', circunflexos 'âêô', til 'ãõ', cedilha 'ç', ordinais 'ªº', grau '°¹²³'.
     90
     91=== Russian ===
     92Проверка русского языка: кажется работает... И буква "ё" есть...
     93
     94=== Serbian ===
     95Podržan, uprkos činjenici da se za njegovo pisanje koriste чак два алфабета.
     96
     97=== Slovenian ===
     98Ta suhi škafec pušča vodo že od nekdaj!
     99
     100=== Spanish ===
     101Esto es un pequeño texto en Español, donde el veloz murciélago hindú comía cardlllo y kiwi
     102
     103=== Swedish ===
     104Räven raskar över isen med luva på.
     105
     106=== Thai ===
     107Trac แสดงภาษาไทยได้อย่างถูกต้อง!
     108
     109=== Ukrainian ===
     110Перевірка української мови...
     111
     112=== Urdu ===
     113ٹریک اردو بھی سپورٹ کرتا ہے۔
     114
     115=== Vietnamese ===
     116Viế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 !!!!).