On Thu, 18 Nov 1999, Antti Salonen wrote:

> 
> I have created two classes in an UML diagram and an association between
> them. The association is called "k�ytt��", Finnish for "uses". When I save
> the diagram in a file and reload it, the name is truncated to "k�ytt�"
> (the last '�' is missing). I don't have the time to do more extensive
> testing right now, but the problem didn't seem to occur without umlauts.

This is exceptionally strange. The xml looks like this:
<dia:string>#alex&#228;&#228;a#</dia:string>

And when i call xmlNodeListGetString() on the node it returns "#alex�a#".
It seems libxml removes the repeating �'s (a umlaut).

Anyone have any idea about this?

/ Alex

Reply via email to