encoding-confusion
Andreas Boeckler <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | netlands edv consulting GmbH |
| Message-ID | <1079115085.4275.29.camel@falcon> |
Hi, i ran into a little problem: my xml-files and my whole Linux-System is using Unicode-Settings, which is "A Good Thing(tm)". When i'm setting the LANG-enviroment from de_DE.UTF-8 to de_DE <- thats iso-8859-1 all widgets, which: - contain Umlaute (ä, ö, ü) AND - are created with the SwiXML-Engine are displayed in the typical ISOtriesUNICODE-character garbage. All "Umlaut"-widgets created in .java-files are not affected. This is not a good thing, since it would make the whole thing system-dependend. What's the catch? I'v attached a sample xml-file. Thx P.S.: I noticed the same behavior under Window2000. -- Andreas Boeckler <[email protected]> netlands edv consulting GmbH _______________________________________________ Forum mailing list [email protected] http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com
menu.xml
(text/xml, 384 B)
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE menubar [
<!ATTLIST menubar Background CDATA "e7bb8e">
<!ATTLIST menu Background CDATA "e7bb8e">
<!ATTLIST menuitem Background CDATA "e7bb8e">
]>
<menubar>
<menu text="Datei" mnemonic="VK_D">
<menuitem id="mi_open" text="Datei öffnen"/>
<menuitem id="mi_exit" text="Schliessen" mnemonic="VK_C"/>
</menu>
</menubar>