RE: [Feedreader-development] Updates to FeedReader
Brought to you by:
toomastoots
From: Brizuela E. H. <bri...@TE...> - 2003-12-09 12:36:23
|
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=20 =E4, =FC, =E9, etc. If they do, reading the file will result in a = TDomParser=20 exception and FeedReader will not get translated. To overcome this issue the characters must be encoded in the = translation=20 file. At runtime this characters has to be reconverted before they are=20 used in the program. The actual translation files that are online aren't converted so they=20 will not work! Encode like é?. Can use the Dictionary of XML to convert é to =E9 (e=B4)? TnX :D QliX=3DD! |