fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / lib / unicase / u8-casecoll.c
blob889601aac0c9908ea7975b958d91abe5a437fb90
1 /* Locale dependent, case and normalization insensitive comparison of UTF-8
2 strings.
3 Copyright (C) 2009-2021 Free Software Foundation, Inc.
4 Written by Bruno Haible <bruno@clisp.org>, 2009.
6 This program is free software: you can redistribute it and/or modify it
7 under the terms of the GNU Lesser General Public License as published
8 by the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
16 You should have received a copy of the GNU Lesser General Public License
17 along with this program. If not, see <https://www.gnu.org/licenses/>. */
19 #include <config.h>
21 /* Specification. */
22 #include "unicase.h"
24 #include <errno.h>
25 #include <stdlib.h>
27 #include "memcmp2.h"
29 #define FUNC u8_casecoll
30 #define UNIT uint8_t
31 #define U_CASEXFRM u8_casexfrm
32 #include "u-casecoll.h"