Edgewall Software

Changes between Version 72 and Version 73 of TracUnicode


Ignore:
Timestamp:
Jul 16, 2012, 8:02:43 PM (12 years ago)
Author:
Christian Boos
Comment:

improve paragraph about default_charset, remove reference to mod_python

Legend:

Unmodified
Added
Removed
Modified
  • TracUnicode

    v72 v73  
    77As such, it supports most (all?) commonly used character encodings.
    88
    9 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
    10    default_charset = gbk
    11 in trac.ini.
     9If 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:
     10{{{
     11default_charset = gbk
     12}}}
    1213
    1314You also must make sure that your [trac:DatabaseBackend database backend] stores its data in UTF-8; otherwise strange things will happen.