Changes between Version 5 and Version 6 of BzrPlugin

Show
Ignore:
Author:
bialix (IP: 80.84.181.43)
Timestamp:
06/15/2007 02:54:49 AM (7 months ago)
Comment:

note about encoding of source files

Legend:

Unmodified
Added
Removed
Modified
  • BzrPlugin

    v5 v6  
    44 
    55A branch with a somewhat different approach (allows access to multiple branches, but in a way quite different from how a svn trac works) can be seen in action on http://dev.gentooexperimental.org/pkgcore-trac/wiki/Branches. 
     6 
     7== Note about encoding of source files == 
     8 
     9Because at this moment (bzr 0.17 version) Bazaar does not store information about encoding of text files, so you probably may have problems to see your content. By default trac use encoding iso-8895-15 to show content of your files. If you need to change this option, you need to edit trac.ini of your project. In section "trac" you need to change parameter named "default_charset". E.g. for russian files: 
     10{{{ 
     11[trac] 
     12default_charset = cp1251 
     13}}}