Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Aug 10, 2008, 8:15:55 PM (15 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
5 | 5 | |
6 | 6 | As such, it supports most (all?) commonly used character encodings. |
| 7 | |
| 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 | default_charset = gbk |
| 10 | in trac.ini. |
| 11 | |
| 12 | You also must make sure that your [wiki:DatabaseBackend database backend] stores its data in UTF-8; otherwise strange things will happen. |
| 13 | |
| 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 | |
7 | 17 | |
8 | 18 | == Examples == |
… |
… |
|
74 | 84 | |
75 | 85 | === Polish === |
76 | | Pchnąć w tę łódź jeża lub ośm skrzyń fig |
| 86 | Pchnąć w tę łódź jeża lub osiem skrzyń fig; Nocna gżegżółka zawsze dzienną przekuka. |
77 | 87 | |
78 | 88 | === Portuguese === |
… |
… |
|
89 | 99 | |
90 | 100 | === Spanish === |
91 | | Esto es un pequeño texto en Español, ahora una con acentó |
| 101 | Esto es un pequeño texto en Español, donde el veloz murciélago hindú comía cardlllo y kiwi |
92 | 102 | |
93 | 103 | === Swedish === |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!