peterjazenga / simdesign

Automatically exported from code.google.com/p/simdesign
3 stars 1 forks source link

Incorrect reading of multi line strings #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Load attached sample.xml and try to read value of Lorem node.

LDoc.LoadFromFile('sample.xml');
LValue:= LDoc.Root.ReadUnicodeString('Lorem'); 

The LValue should contain lorem text but instead it contains only 3 characters 
(#$D#$A#9).

Original issue reported on code.google.com by marko...@gmail.com on 27 Nov 2013 at 6:17