Sha256: 15d7eac5611cfe03bffc4fcd5c7e80a353941b01efa6bda6a1db21ffd6d0a467
Contents?: true
Size: 961 Bytes
Versions: 22
Compression:
Stored size: 961 Bytes
Contents
/* -*- c-basic-offset: 2 -*- */ /* Copyright(C) 2009 Brazil This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. This library 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 library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef GROONGA_NFKC_H #define GROONGA_NFKC_H #include <groonga.h> #ifdef __cplusplus extern "C" { #endif GRN_API grn_char_type grn_nfkc_char_type(const unsigned char *str); #ifdef __cplusplus } #endif #endif /* GROONGA_NFKC_H */
Version data entries
22 entries across 22 versions & 1 rubygems