Categories | Question details Back To List | ||
Does grid support xml encoding="windows-1252" Does grid allow to encoding ="windows-1252" ??? Answer posted by Support on Apr 14, 2008 06:39 Grid is encoding agnostic component, it will work with any encoding which supported by browser, just be sure that a) page loaded with correct encoding b) xml has correct encoding in header <?xml version="1.0" encoding="iso-8859-1" ?> |