Does lzx automatically support foreign characters by default?
When any of my stored records contain characters
such as 'ü', it breaks the loop and all subsequent
records fail to render:
<view>
<datapath name="d" xpath="listAll:/records/name" pooling="true" />
<text resize = "true" datapath="@firstname" />
<text resize = "true" datapath="@surname" />
</view>
returns:
Bob Smith <---- this renders fine
Mike Büro <---- this record onwards doesn't render
Jaja Binx
Betty Boo
Do I have to add anything to force encoding to utf8?
Or do I need to set the encoding when I store the information?
All help warmly received.
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user