]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/normlzr.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / common / unicode / normlzr.h
index 447f0469f7c09fbabeac7835275fda0ec725d9b1..7974f1ac4dd16ebee195788cb5f18917ed93fd38 100644 (file)
@@ -1,7 +1,7 @@
 /*
  ********************************************************************
  * COPYRIGHT:
- * Copyright (c) 1996-2004, International Business Machines Corporation and
+ * Copyright (c) 1996-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************
  */
 
 #include "unicode/utypes.h"
 
+/**
+ * \file 
+ * \brief C++ API: Unicode Normalization
+ */
 #if !UCONFIG_NO_NORMALIZATION
 
 #include "unicode/uobject.h"
 #include "unicode/chariter.h"
 #include "unicode/unorm.h"
 
+
 struct UCharIterator;
 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.1 */
 
 U_NAMESPACE_BEGIN
 /**
- * \brief C++ API: Unicode Normalization
+ * The Normalizer class supports the standard normalization forms described in
+ * <a href="http://www.unicode.org/unicode/reports/tr15/" target="unicode">
+ * Unicode Standard Annex #15: Unicode Normalization Forms</a>.
  *
  * The Normalizer class consists of two parts:
  * - static functions that normalize strings or test if strings are normalized