From: Bruno Haible Date: Sat, 7 Mar 2009 15:38:05 +0000 (+0100) Subject: New module 'uninorm/u16-normxfrm'. X-Git-Tag: v0.1~6198 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=201e10e200f0cc7eb161a1d656410d55b09dfb11;p=gnulib.git New module 'uninorm/u16-normxfrm'. --- diff --git a/ChangeLog b/ChangeLog index a22539aec..9eb9257a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-03-07 Bruno Haible + New module 'uninorm/u16-normxfrm'. + * lib/uninorm/u16-normxfrm.c: New file. + * modules/uninorm/u16-normxfrm: New file. + New module 'uninorm/u8-normxfrm'. * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New declarations. diff --git a/lib/uninorm/u16-normxfrm.c b/lib/uninorm/u16-normxfrm.c new file mode 100644 index 000000000..cc22d8e39 --- /dev/null +++ b/lib/uninorm/u16-normxfrm.c @@ -0,0 +1,34 @@ +/* Locale dependent transformation for comparison of UTF-16 strings. + Copyright (C) 2009 Free Software Foundation, Inc. + Written by Bruno Haible , 2009. + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ + +#include + +/* Specification. */ +#include "uninorm.h" + +#include +#include + +#include "localcharset.h" +#include "uniconv.h" +#include "memxfrm.h" + +#define FUNC u16_normxfrm +#define UNIT uint16_t +#define U_NORMALIZE u16_normalize +#define U_CONV_TO_ENCODING u16_conv_to_encoding +#include "u-normxfrm.h" diff --git a/modules/uninorm/u16-normxfrm b/modules/uninorm/u16-normxfrm new file mode 100644 index 000000000..7ef751e79 --- /dev/null +++ b/modules/uninorm/u16-normxfrm @@ -0,0 +1,28 @@ +Description: +Locale dependent transformation for comparison of UTF-16 strings. + +Files: +lib/uninorm/u16-normxfrm.c +lib/uninorm/u-normxfrm.h + +Depends-on: +uninorm/base +uninorm/u16-normalize +uniconv/u16-conv-to-enc +localcharset +memxfrm + +configure.ac: + +Makefile.am: +lib_SOURCES += uninorm/u16-normxfrm.c + +Include: +"uninorm.h" + +License: +LGPL + +Maintainer: +Bruno Haible +