#2972: Error with non-ASCII project description
---------------------+------------------------------------------------------
 Reporter:  eblot    |        Owner:  cboos   
     Type:  defect   |       Status:  assigned
 Priority:  high     |    Milestone:  0.10    
Component:  general  |      Version:  devel   
 Severity:  major    |   Resolution:          
 Keywords:  unicode  |  
---------------------+------------------------------------------------------
Comment (by cboos):

 `default_charset` is used when there's no other clue to
 determine what charset is used by some external content
 (like an attachment file, a source file in the repository,
 etc.) so I think using it for the TracIni file itself is
 a good fit.

 Note: using `iso-8859-15` or similar here rather than `utf-8`
 has the nice property of making a file always decipherable,
 as this is a fixed byte encoding.
 If you'd use `utf-8` for that config option, you'll likely go into
 trouble whenever you'll manipulate anything but `ascii` or `utf-8`.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2972>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to