Josh Nathanson wrote:
> 
> ---------------
> An error occured while Parsing an XML document.
> An invalid XML character (Unicode: 0x1c) was found in the element content of 
> the document.
> ------------------
> 
> The values in question are text strings entered by users and could contain 
> tabs, carriage returns, line feeds etc.  I've tried stripping those out 
> using Replace but no luck, and tried XmlFormat(variable) with no luck.
> 
> When I look up the unicode character 0x1c00, it says it's unassigned.

Your user is probably entering ISO-8859-x and you are trying to 
process it as Unicode. Make sure your charsets match along the 
whole process.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237327
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to