diff options
Diffstat (limited to 'src/java/org/apache/fop/complexscripts/util/UTF32.java')
-rw-r--r-- | src/java/org/apache/fop/complexscripts/util/UTF32.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/complexscripts/util/UTF32.java b/src/java/org/apache/fop/complexscripts/util/UTF32.java index 9df2020f0..44f1a48d1 100644 --- a/src/java/org/apache/fop/complexscripts/util/UTF32.java +++ b/src/java/org/apache/fop/complexscripts/util/UTF32.java @@ -36,7 +36,7 @@ public final class UTF32 { * Convert Java string (UTF-16) to a Unicode scalar array (UTF-32). * Note that if there are any non-BMP encoded characters present in the * input, then the number of entries in the output array will be less - * than the number of elements in the input string. Any + * than the number of elements in the input string. Any * @param s input string * @param substitution value to substitute for ill-formed surrogate * @param errorOnSubstitution throw runtime exception (IllegalArgumentException) in |