[ 
https://issues.apache.org/jira/browse/XERCESJ-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746448#action_12746448
 ] 

Richard Kelly commented on XERCESJ-1383:
----------------------------------------

To use this patch, unpack the attached CharacterNormalizer.zip file and:

1. Place the CharacterNormalizer.java file in the /src/org/apache/xerces/utils 
directory.
2. Place the ICU4J jar file and license in the /tools directory.
3. Apply the CharacterNormalizer patch to the source tree.
4. Compile as normal. 

> Adding Unicode Normalization support to Xerces2-J 
> --------------------------------------------------
>
>                 Key: XERCESJ-1383
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1383
>             Project: Xerces2-J
>          Issue Type: New Feature
>          Components: DOM (Level 3 Core), SAX
>    Affects Versions: 2.9.1
>         Environment: All
>            Reporter: Richard Kelly
>            Assignee: Michael Glavassevich
>         Attachments: CharacterNormalizer.zip, test.xml
>
>
> This feature will add support for Unicode character normalization and 
> normalization checking to Xerces.  Applications that use Xerces will be able 
> to produce fully normalized XML documents and verify that any XML documents 
> they process are fully normalised. 
> Adding this functionality will allow Xerces to meet the XML 1.1 W3C 
> Recommendation regarding character normalization and allow it to implement 
> the optional character normalization and normalization checking features 
> specified in the DOM Level 3 Core and SAX2.
> More specifically, the features to be implemented are:
> DOM Level 3 Core: "normalize-characters" [1]
> DOM Level 3 Core: "check-character-normalization" [2]
> SAX2: "unicode-normalization-checking" [3]
> [1] 
> http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-normalize-characters
> [2] 
> http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-check-character-normalization
> [3] http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html

-- 
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]

Reply via email to