On Tuesday 04 August 2009 02:52:42 Jd wrote: > hi > Any suggestions / tips tutorial on developing a unicode web > application using TG2 ? > In my previous experiences (non-python, tg2), we use to keep > everything utf-8 and from browser->mid-tier->db. > > Any pointers or high level guidelines are also appreciated.
Inside TG2 (and TG1 for that matter), everything you work with should be unicode already. The encoding used to serialize/desirialize should be utf-8. Diez --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

