Changes between Version 3 and Version 4 of TracUnicode


Ignore:
Timestamp:
Apr 3, 2014, 3:55:36 PM (10 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUnicode

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