On 8/30/11 6:51 PM, "Greg Pagendam-Turner" <[email protected]> wrote: > >It seems to trigger some reserialisation of the XML document using the >default charset instead of using the charset defined for the XML >document to be signed.
C14N results in XML serialization into UTF-8, period, that's part of the specification(s). What it starts as is up to the XML DOM being processed, but the resulting octets are UTF-8. -- Scott
