iain duncan schrieb: >> And, of course, my system is configured to use Unicode (otherwise I'd have >> to >> specify the correct encoding used on the file). > > Thanks Jorge, don't suppose you can give me a pointer on how to do the > above on Ubuntu?
It depends on the editor you are using, how files are saved. For example, I use SciTE and I to save files in utf-8, I have to select "File->Encoding->UTF-8 Cookie" from the menu once and insert the encoding declaration at the top of the file before saving the file. If I create/edit a file in a gnome-terminal window with vi, it is automatically in utf-8. I have the follwing set in my environment: LANG=de_DE.UTF-8 LANGUAGE=de_DE:de:en_GB:en I suppose you have to set your language to an equivalent tf-8 encoding for English, something like "en_US.UTF-8". See also here: https://help.ubuntu.com/community/LocaleConf Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

