[Feedreader-development] Problem
Brought to you by:
toomastoots
From: Marcus H. <ma...@he...> - 2003-02-10 14:25:49
|
The current developement version of FeedReader uses only the OpenXML = XDOM-Parser. This parser is stricter than the ICXML-parser that was used before.=20 This results in the situation, that some XML-files can't be parsed, i.e. = loaded and used. This applies for example to the german-translation file where "umlaut U" = and other=20 german specific characters are used that are not properly encoded = according to the procssing instruction at the beginning of the file. The file says that = it's UTF-8 where in reality it's "Windows 12xx". This applies also to the headlines.xml and other files. What do you think is the best and easiest way to fix it? But, please remember this code is used only once for older = installations, where these files already exist, and only for the first time the new = .EXE is started. Marcus |