If the data is proxied through the server, the server takes steps to parse out the charset encoding declaration if there is one in the xml file, and convert to UTF-8, because the Flash client seems to have less encodings that it accepts than the Java runtime library.
On 3/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
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
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
