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 66193bef1b434808986b910ff8e51ca8cb6a3a19..85941082605408b2db70bbf482f978e15234d41d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 1285dc6ba5e5d509814aba024397ca08f8e9e030..64b476cfc3c34788ba070bbe3f3695cd2003a292 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 */