Does grid support xml encoding="windows-1252"

Does grid allow to encoding =“windows-1252” ???

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" ?>