30 #ifndef _UnicodeCharsets_h_
31 #define _UnicodeCharsets_h_
35 #include <boost/cstdint.hpp>
51 UnicodeCharset(std::string script_name, boost::uint32_t first_char, boost::uint32_t last_char);
53 std::string m_script_name;
54 boost::uint32_t m_first_char;
55 boost::uint32_t m_last_char;