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