Re: [flexcoders] REPOST - Character encoding in a DataGrid

2007-04-18 Thread Ben Marchbanks
Theres a good article about Best Practices to prevent non-standard characters. http://www.dwheeler.com/essays/quotes-in-html.html Basically they say use UTF-8 consistently. On the data input side we filter to trap irregularities and then likewise use UTF-8 on the presentation side. Another thin

[flexcoders] REPOST - Character encoding in a DataGrid

2007-04-18 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I've got multiple lines in XML result like this: First line Second line Third line