Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.cmm.msu.ru/trac/tanchiki/wiki/TracUnicode?action=diff&version=2
Дата изменения: Unknown
Дата индексирования: Mon Apr 11 21:01:51 2016
Кодировка: IBM-866
TracUnicode (diff) тАУ Tanchiki

Changes between Version 1 and Version 2 of TracUnicode


Ignore:
Timestamp:
08/21/13 19:46:14 (3 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUnicode

    v1 v2 €а
    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.€а