case_folding.hpp 404 Bytes
/* 
 * File:   case_folding.hpp
 * Author: mlenart
 *
 * Created on November 22, 2013, 2:33 PM
 */

#ifndef CASE_FOLDING_HPP
#define	CASE_FOLDING_HPP

#include <cstdint>

extern const unsigned int CASE_FOLDING_TABLE_SIZE;
extern const unsigned int EXT_CASE_FOLDING_TABLE_SIZE;
extern const uint32_t CASE_FOLDING_TABLE[];
extern const uint32_t EXT_CASE_FOLDING_TABLE[][2];

#endif	/* CASE_FOLDING_HPP */