conversion_tables.hpp
402 Bytes
/*
* File: conversion_tables.hpp
* Author: mlenart
*
* Created on December 4, 2013, 5:03 PM
*/
#ifndef CONVERSION_TABLES_HPP
#define CONVERSION_TABLES_HPP
#include <inttypes.h>
namespace morfeusz {
extern const uint32_t WINDOWS_1250_TO_CODEPOINT[256];
extern const uint32_t ISO_8859_2_TO_CODEPOINT[256];
extern const uint32_t CP852_TO_CODEPOINT[256];
}
#endif /* CONVERSION_TABLES_HPP */