Incorrect cast in XalanUTF16Writer ---------------------------------- Key: XALANC-630 URL: https://issues.apache.org/jira/browse/XALANC-630 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: CurrentCVS Reporter: David Bertoni Assigned To: David Bertoni Attachments: patch.diff
XalanUTF16Writer casts its buffer to const char* before calling the underlying Writer instance. This is incorrect, because there is an explicit overload for Writer::write() for const XalanDOMChar*. A patch is attached. Committers, can you please review? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]