[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Umlaut in exsd files

thanks for your response.

unfortunatlye, that does not work either.

any other ideas?

cheers,
simon

laurent Goubet wrote:
Simon,

unicode substitute should work. Have you tried
Ä    \u00C4
Ö    \u00D6
Ü    \u00DC
ä    \u00E4
ö    \u00F6
ü    \u00FC
ß    \u00DF

Regards,
Laurent Goubet
Obeo

Simon Eggler a écrit :
umlaute in schema defintion files are displayed as weired characters in the webbrowser view of the documentation preview. i tried replacing the umlate with the following substitute entities:
Ä Ä
Ö Ö
Ü Ü
ä &#228
ö ö
ü ü
ß ß


that does not work, though.

how must i encode umlaute in my exsd description in order to get a correct result?

thank you
simon