Hi Arnold, Generally speaking, 0.9 is a great deal better than 0.8 in almost every respect. I'd probably hold off a little longer deploying a production system (though I believe that people have deployed 0.9 in production).
Relevant to this particular discussion, the UnicodeDecodeFilter is on by default in 0.9. If you turn that on, you should be able to have proper unicode characters come through in 0.8. i18n is much stronger in 0.9 than it was in 0.8. Kevin On Jun 26, 2006, at 3:59 PM, Arnold wrote: > > Kevin, > > I am using TurboGears-0.8.9-py2.4.egg. I downloaded it maybe 3 or 4 > weeks ago from the front page of the TG site. Shall I understand that > upgrade is recommended ? > Thanks > Arnold > > > > Kevin Dangoor wrote: >> On Jun 25, 2006, at 9:58 AM, Arnold wrote: >> >>> >>> I wish to internationalize a TG application. >>> I set UTF-8 everywhere (templates, code...) >>> The problem is the same for IE and FireFox >>> A "ç" or "é" character input in a text form leads the following >>> error: >>> >>> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position >>> 45: ordinal not in range(128) >> >> Which version of TG are you using? I realize that you found the >> sitecustomize workaround, but I'd still consider this a bug if you >> are running TG 0.9a6. >> >> Kevin > > > > -- Kevin Dangoor TurboGears / Zesty News email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

