const.hpp
321 Bytes
/*
* File: const.hpp
* Author: lennyn
*
* Created on December 3, 2013, 9:04 PM
*/
#ifndef CONST1_HPP
#define CONST1_HPP
enum MorfeuszCharset {
UTF8,
UTF16_LE
// UTF16_BE,
// UTF32,
// ISO_8859_2,
// CP_1252
};
extern const MorfeuszCharset DEFAULT_MORFEUSZ_CHARSET;
#endif /* CONST_HPP */