Skip to content

okummer/FullUnicodeInputSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An input source that replaces supplementary characters in an XML input stream with character entities if they appear as attribute values. This works around the bug JDK-8058175 in the Xerces provided with Java 8 and earlier. To this end, the library parses the streamed XML data and replaces supplementary characters that appear in inappropriate places with numeric XML character entities.

The com.coremedia.xml.FullUnicodeInputSource class is a drop-in replacement of org.xml.sax.InputSource.

About

An input source that works around the bug JDK-8058175

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages