From 0f7c8434ebeba7b6a24561d0ed5943e955f7816c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 13:18:10 +0100 Subject: New module 'unictype/joiningtype-longname'. * lib/unictype.in.h (uc_joiningtype_class_long_name): New declaration. * lib/unictype/joiningtype_longname.c: New file. * modules/unictype/joiningtype-longname: New file. * modules/unictype/joiningtype-all (Depends-on): Add unictype/joiningtype-longname. --- lib/unictype.in.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/unictype.in.h') diff --git a/lib/unictype.in.h b/lib/unictype.in.h index 726f465cfc..dd5503666a 100644 --- a/lib/unictype.in.h +++ b/lib/unictype.in.h @@ -415,6 +415,10 @@ enum extern const char * uc_joining_type_name (int joining_type); +/* Return the long name of a joining type. */ +extern const char * + uc_joining_type_long_name (int joining_type); + /* Return the joining type given by name, e.g. "D". */ extern int uc_joining_type_byname (const char *joining_type_name); -- cgit v1.2.1