unictype: Update list of canonical combining classes.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Mar 2011 23:49:40 +0000 (00:49 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Mar 2011 23:49:40 +0000 (00:49 +0100)
* lib/unictype.in.h (UC_CCC_ATA): New enumeration value.

ChangeLog
lib/unictype.in.h

index 66193be..8594108 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-03-25  Bruno Haible  <bruno@clisp.org>
 
+       unictype: Update list of canonical combining classes.
+       * lib/unictype.in.h (UC_CCC_ATA): New enumeration value.
+
+2011-03-25  Bruno Haible  <bruno@clisp.org>
+
        unictype/category-byname: Recognize long names as well.
        * lib/unictype.in.h (uc_general_category_byname): Allow argument to be
        a long name.
index 1285dc6..64b476c 100644 (file)
@@ -245,6 +245,7 @@ enum
   UC_CCC_VR   =   9, /* Virama */
   UC_CCC_ATBL = 200, /* Attached Below Left */
   UC_CCC_ATB  = 202, /* Attached Below */
+  UC_CCC_ATA  = 214, /* Attached Above */
   UC_CCC_ATAR = 216, /* Attached Above Right */
   UC_CCC_BL   = 218, /* Below Left */
   UC_CCC_B    = 220, /* Below */