diff options
author | Bruno Haible <bruno@clisp.org> | 2009-03-07 16:52:36 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-03-07 16:52:36 +0100 |
commit | d4ace2766c5620d958bf9fd19f0fada5990042b5 (patch) | |
tree | 14a1c385ad82ba05b91dc5512a7193f518943d51 /modules/uninorm | |
parent | 3ddcab0ec696b8acae232bcd60c3263cb3e2f762 (diff) | |
download | gnulib-d4ace2766c5620d958bf9fd19f0fada5990042b5.tar.gz |
New module 'uninorm/u32-normcoll'.
Diffstat (limited to 'modules/uninorm')
-rw-r--r-- | modules/uninorm/u32-normcoll | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/uninorm/u32-normcoll b/modules/uninorm/u32-normcoll new file mode 100644 index 0000000000..76b093ecfc --- /dev/null +++ b/modules/uninorm/u32-normcoll @@ -0,0 +1,26 @@ +Description: +Locale dependent, normalization insensitive comparison of UTF-32 strings. + +Files: +lib/uninorm/u32-normcoll.c +lib/uninorm/u-normcoll.h + +Depends-on: +uninorm/base +uninorm/u32-normxfrm +memcmp2 + +configure.ac: + +Makefile.am: +lib_SOURCES += uninorm/u32-normcoll.c + +Include: +"uninorm.h" + +License: +LGPL + +Maintainer: +Bruno Haible + |