#3058: Bug of the wiki compiler
-----------------------------------+----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cboos
     Type:  defect                 |       Status:  new  
 Priority:  highest                |    Milestone:  0.9.6
Component:  general                |      Version:  0.9.5
 Severity:  normal                 |   Resolution:       
 Keywords:  unicode                |  
-----------------------------------+----------------------------------------
Comment (by cboos):

 Answering to myself:
 {{{
 >>> s = 'Indice di Priorit\xc3\xa0'
 >>> s.strip()
 'Indice di Priorit\xc3\xa0'
 >>> import locale
 >>> locale.getlocale()
 (None, None)
 >>> locale.setlocale(locale.LC_ALL, 'en')
 'English_United States.1252'
 >>> s.strip()
 'Indice di Priorit\xc3'
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3058>
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