On 7/30/07, Neil Blakey-Milner <[EMAIL PROTECTED]> wrote: > You can also read PEP 263 on how you can tell Python how to treat > string literals in the file as something other can ASCII.
Oops, other _than_ ASCII. And this only changes how the string is converted from the file encoding into a string - it doesn't do anything magic about how that string can be converted into a Unicode string - you still need to specify the correct encodings and so forth. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

