I'm developing a plugin, that writes xml files. Since I'm not using xerces
or any other xml API I have a problem dealing with Unicode characters. For
instance the german "Ö" will be written like "À". But I need the
decompsoed form like "\u006F". Is there any class in the webtools that
could do this transformation?