i have a dynamic text box that gets its content from an XML file. i can not seem to get the textbox to properly display special characters. in this case, é.
i am using <?xml version="1.0" encoding="ISO-8859-1" ?>
and have tried URL encoding methods, and I have tried changing the XML encoding ID, and I have tried adding my special charater to the embedded character list for the textbox - but no luck..
any thoughts out there?
i am using <?xml version="1.0" encoding="ISO-8859-1" ?>
and have tried URL encoding methods, and I have tried changing the XML encoding ID, and I have tried adding my special charater to the embedded character list for the textbox - but no luck..
any thoughts out there?