Logo

GitLab

Sign in

SGJP / Morfeusz

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Morfeusz
  • morfeusz
  • const.hpp
  • - dodanie kodowania cp852 (jednak to, a nie cp1250 jest w konsoli windowsowej - nawet na Windows 7) ...
    bd3e48e8
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@45 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    2013-12-13 13:19:51 +0000  
    Browse File »
const.hpp 327 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 24
/* 
 * File:   const.hpp
 * Author: lennyn
 *
 * Created on December 3, 2013, 9:04 PM
 */

#ifndef CONST1_HPP
#define	CONST1_HPP

enum MorfeuszCharset {
    UTF8,
//    UTF16LE,
//    UTF16BE,
//    UTF32,
    ISO8859_2,
    CP1250,
    CP852
};

extern const MorfeuszCharset DEFAULT_MORFEUSZ_CHARSET;

#endif	/* CONST_HPP */