Keld Mikkelsen schrieb: > > Hi, > > I am a new user of sphinx. > > I am running python 2.5 on xp, and have trouble with National danish > characters. When I have the unicode charcaters in my document everything > is fine, but when I enters the characters as displayed on my danish > keybord I get this error: > > Traceback (most recent call last):
> UnicodeError: Unable to decode input data. Tried the following > encodings: 'utf-8'. > (UnicodeDecodeError: 'utf8' codec can't decode bytes in position > 575-577: invalid data) > > > These are the characters: æøåÆØÅ as entered on my keybord. You have to make sure that your editor saves the files you write in UTF-8 encoding. (Each decent editor should have a way to select the encoding.) cheers, Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
