GNOME Bugzilla – Bug 131638
Improper UTF-8 encoding omf file for window-list
Last modified: 2005-01-11 13:01:24 UTC
The window-list-es.omf file is NOT in the proper UTF-8 format, and there is no indicate encoding. This has caused the yelp browser fails to retrieve the Table of contents. error message from yelp: /opt/gnome-2.6/share/omf/gnome-panel/window-list-it.omf:12: parser error: : Input is not proper UTF-8, indicating encoding ! Manual de la miniaplicaic n Lista de ventanas V2.6 ^ /opt/gnome-2.6/share/omf/gnome-panel/window-list-it.omf:12: error: Bytes: 0xF3 0x6E 0x20 0x4C Manual de la miniaplicaic n Lista de ventanas V2.6 ^ Cause ***** The cause is in the 12th line of window-list-it.omf, it is the title tag,and already been commented out. but show how xmlCtxtReadFile fails to parse the whole file. <!-- <title> Manual de la miniaplicaicón Lista de ventanas V2.6 </title> -->
Created attachment 23418 [details] [review] A guessing patch for it, i can not read `it` language
I'm moving this to l10n/italian because I think the italian people should fix it.
Adding algol, the default owner of Italian translations, to the cc list.
It looks like Spanish, not Italian. I guess that window-list-es.omf is the corrupted file.
Fixed from the looks of it.