[
https://issues.apache.org/jira/browse/PDFBOX-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038914#comment-14038914
]
Andreas Lehmkühler commented on PDFBOX-2118:
--------------------------------------------
[~msahyoun] I'm not sure if I got your point. Both methods normalizePres() and
normalizeDiac() aren't used directly. They are called through the
TextNormalizer class but only if the ICU4J lib is present. I've deprecated the
whole class which includes both methods.
> Remove ICU4J dependency
> -----------------------
>
> Key: PDFBOX-2118
> URL: https://issues.apache.org/jira/browse/PDFBOX-2118
> Project: PDFBox
> Issue Type: Improvement
> Components: PDModel
> Affects Versions: 2.0.0
> Reporter: Andreas Lehmkühler
> Assignee: Andreas Lehmkühler
> Labels: ICU4J
> Fix For: 2.0.0
>
>
> The ICU4J lib is quite big and we are just using a small part of it. Both
> features are provided by the JDK (java.text.Normalizer and java.text.Bidi)
> since 1.6 so that it should be possible to remove the ICU4J dependency.
--
This message was sent by Atlassian JIRA
(v6.2#6252)