changeset 14479:c79b64429b99

unictype: Update list of canonical combining classes. * lib/unictype.in.h (UC_CCC_ATA): New enumeration value.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Mar 2011 00:49:40 +0100
parents 2e43df21669a
children 31c2b219e54f
files ChangeLog lib/unictype.in.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/unictype.in.h
+++ b/lib/unictype.in.h
@@ -245,6 +245,7 @@
   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 */