Builder::XmlMarkup + output encoding

Hi,
Is it possible to use other encodings with xml markup other than
ISO-8859-1 or UTF-8? Builder class always encodes my strings in
IS-8859-1 even when I set encoding to something else. Also is it
possible to say to builder not to escape
the given strings?

Thanks.