]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/text/Normalizer.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / core / src / com / ibm / icu / text / Normalizer.java
similarity index 99%
rename from jars/icu4j-4_8_1_1/main/classes/core/src/com/ibm/icu/text/Normalizer.java
rename to jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/text/Normalizer.java
index cbb812c3ecfb945b8d9fbc789a5da9c8d98d07c7..17d4e29210e1b417ae0df95c57c6daa2c19c209c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *******************************************************************************
- * Copyright (C) 2000-2011, International Business Machines Corporation and    *
- * others. All Rights Reserved.                                                *
+ * Copyright (C) 2000-2012, International Business Machines Corporation and
+ * others. All Rights Reserved.
  *******************************************************************************
  */
 package com.ibm.icu.text;
@@ -469,14 +469,16 @@ public final class Normalizer implements Cloneable {
      * @stable ICU 2.8
      */
     public static final int COMPARE_CODE_POINT_ORDER = 0x8000;
-    
+
     /** 
-     * Option value for case folding: exclude the mappings for dotted I 
-     * and dotless i marked with 'I' in CaseFolding.txt. 
+     * Option value for case folding:
+     * Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
+     * and dotless i appropriately for Turkic languages (tr, az).
+     * @see UCharacter#FOLD_CASE_EXCLUDE_SPECIAL_I
      * @stable ICU 2.8
      */
     public static final int FOLD_CASE_EXCLUDE_SPECIAL_I = UCharacter.FOLD_CASE_EXCLUDE_SPECIAL_I;
-    
+
     /**
      * Lowest-order bit number of compare() options bits corresponding to
      * normalization options bits.