[jira] [Commented] (XALANJ-2730) Review handling of isolated UTF16 surrogate characters in serializer

2024-02-22 Thread Joe Kesselman (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819808#comment-17819808 ] Joe Kesselman commented on XALANJ-2730: --- Copied from that previous work item: {quote}ISSUE: Note

[jira] [Commented] (XALANJ-2725) Possible buffer-boundry issue when serializing surrogate pairs

2024-02-22 Thread Joe Kesselman (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819805#comment-17819805 ] Joe Kesselman commented on XALANJ-2725: --- Followup: XALANJ-2730 > Possible buffer-boundry issue

[jira] [Commented] (XALANJ-2730) Review handling of isolated UTF16 surrogate characters in serializer

2024-02-22 Thread Joe Kesselman (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819804#comment-17819804 ] Joe Kesselman commented on XALANJ-2730: --- As discussed in XALANJ-2725, there are still some edge

[jira] [Created] (XALANJ-2730) Review handling of isolated UTF16 surrogate characters in serializer

2024-02-22 Thread Joe Kesselman (Jira)
Joe Kesselman created XALANJ-2730: - Summary: Review handling of isolated UTF16 surrogate characters in serializer Key: XALANJ-2730 URL: https://issues.apache.org/jira/browse/XALANJ-2730 Project:

[jira] [Commented] (XALANJ-2725) Possible buffer-boundry issue when serializing surrogate pairs

2024-02-22 Thread Joe Kesselman (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819800#comment-17819800 ] Joe Kesselman commented on XALANJ-2725: --- I'll open a new work item for the remaining technical

[PR] Xalanj 2725 [xalan-test]

2024-02-22 Thread via GitHub
jkesselm opened a new pull request, #11: URL: https://github.com/apache/xalan-test/pull/11 New tests for XALANJ-2725, courtesy of @maxfortun. There is a matching changeset in xalan-java with fixes to resolve this test. -- This is an automated message from the Apache Git Service. To

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-test]

2024-02-22 Thread via GitHub
jkesselm closed pull request #10: UTF16 buffer boundary XALANJ-2725 URL: https://github.com/apache/xalan-test/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-test]

2024-02-22 Thread via GitHub
jkesselm commented on PR #10: URL: https://github.com/apache/xalan-test/pull/10#issuecomment-1960247903 This changeset is incorporated -- and properly credited -- in https://github.com/apache/xalan-test/tree/XALANJ-2725, which I'm issuing a pull request for. So merging that will merge

[PR] XALANJ-2725: Fix for when UTF16 surrogate pair crosses buffer boundaries [xalan-java]

2024-02-22 Thread via GitHub
jkesselm opened a new pull request, #184: URL: https://github.com/apache/xalan-java/pull/184 Fixes the specific buffer-crossing issue tested in the associated xalan-test branch. As discussed in XALANJ-2725, there are still some edge conditions possible here. But it fixes one known