Re: [Freevo-devel] Help requested for Unicode/XML strings in FXD files !!!!

2004-02-29 Thread den_RDC
I don't know if you can use UTF8 in an FXD XML file, but it works with XMLTV XML files. I use the following function to convert what the server gives me (windows 1215 charset) to UTF8 in pytvgrab. def clean_char( self, contents ): """ Convert windows-1252 char's to UTF-8 enc

Re: [Freevo-devel] Help requested for Unicode/XML strings in FXD files !!!!

2004-02-29 Thread den_RDC
I don't know if you can use UTF8 in an FXD XML file, but it works with XMLTV XML files. I use the following function to convert what the server gives me (windows 1215 charset) to UTF8 in pytvgrab. def clean_char( self, contents ): """ Convert windows-1252 char's to UTF-8 enc

[Freevo-devel] Help requested for Unicode/XML strings in FXD files !!!!

2004-02-28 Thread centraladmin
I am currently developping a new video plugin similar to imdb.py, but for getting french comments and title for movies. The equivalent website for that in France is called 'allocine.fr'. The grabber works very well and give me all the needed information, but i have a big problem when i want to writ