]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv_set.c
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / common / ucnv_set.c
index c192ea4f8692e05fba1be309280f84ae25cdc40a..772e7ed8176cdb1ce91da5ad6d8d5a99df8dc879 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2003-2004, International Business Machines
+*   Copyright (C) 2003-2005, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -51,7 +51,8 @@ ucnv_getUnicodeSet(const UConverter *cnv,
             NULL,
             uset_add,
             uset_addRange,
-            uset_addString
+            uset_addString,
+            uset_remove
         };
         sa.set=setFillIn;