u32-normxfrm.c | u32-normxfrm.c | |||
---|---|---|---|---|
/* Locale dependent transformation for comparison of UTF-32 strings. | /* Locale dependent transformation for comparison of UTF-32 strings. | |||
Copyright (C) 2009-2010 Free Software Foundation, Inc. | Copyright (C) 2009-2014 Free Software Foundation, Inc. | |||
Written by Bruno Haible <bruno@clisp.org>, 2009. | Written by Bruno Haible <bruno@clisp.org>, 2009. | |||
This program is free software: you can redistribute it and/or modify it | 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 | under the terms of the GNU Lesser General Public License as published | |||
by the Free Software Foundation; either version 3 of the License, or | by the Free Software Foundation; either version 3 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
skipping to change at line 28 | skipping to change at line 28 | |||
#include <config.h> | #include <config.h> | |||
/* Specification. */ | /* Specification. */ | |||
#include "uninorm.h" | #include "uninorm.h" | |||
#include <errno.h> | #include <errno.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include "localcharset.h" | #include "localcharset.h" | |||
#include "uniconv.h" | #include "uniconv.h" | |||
#include "memxfrm.h" | #include "amemxfrm.h" | |||
#define FUNC u32_normxfrm | #define FUNC u32_normxfrm | |||
#define UNIT uint32_t | #define UNIT uint32_t | |||
#define U_NORMALIZE u32_normalize | #define U_NORMALIZE u32_normalize | |||
#define U_CONV_TO_ENCODING u32_conv_to_encoding | #define U_CONV_TO_ENCODING u32_conv_to_encoding | |||
#include "u-normxfrm.h" | #include "u-normxfrm.h" | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |