You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2024/02/23 18:13:17 UTC

(xalan-java) branch master updated (d83b90e5 -> 77aa7244)

This is an automated email from the ASF dual-hosted git repository.

jkesselm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


    from d83b90e5 Merge pull request #168 from apache/XALANJ-2618
     add 162e1f0b just documentation/parameter names
     add 856e896e refactoring
     add ec7f0e25 This one's working for the test added in 2725. May not be cleanest solution, and I'm not sure whether any of the other surrogate handling needs similar fixes -- I don't know whether they ever run into the buffer break problem.
     add dfb72776 Document the characters()other()characters() issue if first char buffer ended in a high surrogate.
     new 77aa7244 Merge pull request #184 from apache/XALANJ-2725

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/xml/serializer/ToStream.java   | 6660 ++++++++++----------
 .../org/apache/xml/serializer/ToTextStream.java    |    3 +-
 2 files changed, 3363 insertions(+), 3300 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org


(xalan-java) 01/01: Merge pull request #184 from apache/XALANJ-2725

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkesselm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-java.git

commit 77aa7244a72734f06645a2a412fb23020894d5ad
Merge: d83b90e5 dfb72776
Author: Joe Kesselman <13...@users.noreply.github.com>
AuthorDate: Fri Feb 23 13:13:12 2024 -0500

    Merge pull request #184 from apache/XALANJ-2725
    
    XALANJ-2725: Fix for when UTF16 surrogate pair crosses buffer boundaries

 .../java/org/apache/xml/serializer/ToStream.java   | 6660 ++++++++++----------
 .../org/apache/xml/serializer/ToTextStream.java    |    3 +-
 2 files changed, 3363 insertions(+), 3300 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org