Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/commons-text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ifly6/commons-text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 12, 2020

  1. added cp1252 escapes

    In EntityArrays, added escape map for CP-1252 encoding and unescape mapping. Added to StringEscapeUtils methods to employ them, preserving existing ESCAPE_HTML4 functionality.
    ifly6 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    13e137e View commit details
    Browse the repository at this point in the history
  2. Update StringEscapeUtils.java

    missed a semicolon
    ifly6 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    335a4e5 View commit details
    Browse the repository at this point in the history
  3. separated cp1252 set from iso8859 set

    added smart quotes test
    separation needed to avoid entitiyarrays test error
    ifly6 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    072b914 View commit details
    Browse the repository at this point in the history
  4. update string escape utils html3 and 4 default operation

    update default operation; see https://issues.apache.org/jira/browse/TEXT-192 as to why made default
    ifly6 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    f39dc3f View commit details
    Browse the repository at this point in the history
  5. Update StringEscapeUtils.java

    missed a comma ugh
    ifly6 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    be2cfb4 View commit details
    Browse the repository at this point in the history
  6. Update StringEscapeUtilsTest.java

    seems the source is in iso 8859-1
    ifly6 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    5fb8fc7 View commit details
    Browse the repository at this point in the history
Loading