b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher Stephen Gallagher <sgallagh@redhat.com>
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher Copyright (C) 2011 Red Hat
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher This program is free software; you can redistribute it and/or modify
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher it under the terms of the GNU General Public License as published by
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher the Free Software Foundation; either version 3 of the License, or
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher (at your option) any later version.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher This program is distributed in the hope that it will be useful,
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher but WITHOUT ANY WARRANTY; without even the implied warranty of
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher GNU General Public License for more details.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher You should have received a copy of the GNU General Public License
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher along with this program. If not, see <http://www.gnu.org/licenses/>.
dbea04f585a30d001b574317c068cd03a4fa332bJakub Hrozek/* The result must be freed with sss_utf8_free() */
dbea04f585a30d001b574317c068cd03a4fa332bJakub Hrozekuint8_t *sss_utf8_tolower(const uint8_t *s, size_t len, size_t *nlen);
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagherbool sss_utf8_check(const uint8_t *s, size_t n);
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallaghererrno_t sss_utf8_case_eq(const uint8_t *s1, const uint8_t *s2);
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher#endif /* SSS_UTF8_H_ */