Logo

GitLab

Sign in

SGJP / Morfeusz

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
a9852d8fae5b30f252602fd84f94617542eec23a
  • Morfeusz
  • morfeusz
  • const.hpp
  • - praca nad obsługą utf16 dla windowsa (póki co nie działa) ...
    a9852d8f
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@36 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    12 years ago  
    Browse Code »
const.hpp 321 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* 
 * 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 */