On Sat, Jan 12, 2008 at 12:43:18AM +0100, Philipp Kern wrote:
> timer-applet seems to have problems with special chars in preset names.
> I used some umlauts and they are displayed wrongly after
> deserialisation.  I suspect some charset issues as it is not specified
> at the start of the XML configuration file.

Nope, the UTF-8 chars are divided into 8-bit characters and then
converted into numbers for placement in XML entities (i.e. &#XXX;,
but without the usage of the unicode codepoint, but divided at
the byte boundaries).

[0] might help with the debugging.

Kind regards,
Philipp Kern

[0] http://www.davyd.id.au/articles/debugging-gnome-applets.shtml

Attachment: signature.asc
Description: Digital signature

Reply via email to