Re: [Feedreader-development] Updates to FeedReader
Brought to you by:
toomastoots
From: Karsten H. <mai...@kh...> - 2003-12-09 13:27:26
|
Hi, Brizuela Ezequiel Hector wrote: > Hi!!! :D > > -----Mensaje original----- > De: Karsten Hoffrath [mailto:mai...@kh...] > Enviado el: Martes 9 de Diciembre de 2003 09:25 > Para: fee...@li... > Asunto: [Feedreader-development] Updates to FeedReader > > > Hi List, > > some updates to FeedReader: > > 09.12.2003 khoffrath > The XML files that hold the translations must not have characters like > ä, ü, é, etc. If they do, reading the file will result in a TDomParser > exception and FeedReader will not get translated. > To overcome this issue the characters must be encoded in the translation > file. At runtime this characters has to be reconverted before they are > used in the program. > The actual translation files that are online aren't converted so they > will not work! > > Encode like é?. > Can use the Dictionary of XML to convert é to é (e´)? Yes, the characters in the file "translation.xml" have to be converted into something like é. After this Feedreader should start translated. Regards, Karsten (khoffrath) |