/*
 *
 *  (c) COPYRIGHT INRIA, 1996-2003
 *  Please first read the full copyright statement in file COPYRIGHT.
 *
 */
 
#ifndef _THOTKEY_H_
#define _THOTKEY_H_

#define INVISIBLE_CHAR    1 /* not displayed char */
#define NEW_LINE          10
#define SHOWN_THIN_SPACE  96 /* THIN-SPACE display value */
#define BREAK_LINE        138
#define SHOWN_BREAK_LINE  182 /* BREAK_LINE display value */
#define UNBREAKABLE_SPACE 0xA0

#define EN_QUAD           0x2000
#define EM_QUAD           0x2001
#define EN_SPACE          0x2002
#define EM_SPACE          0x2003
#define THICK_SPACE       0x2004
#define FOUR_PER_EM       0x2005
#define SIX_PER_EM        0x2006
#define FIG_SPACE         0x2007
#define PUNC_SPACE        0x2008
#define THIN_SPACE        0x2009
#define HAIR_SPACE        0x200A
#define ZERO_SPACE        0x200B
#define MEDIUM_SPACE      0x205F
/****
#define THIN_SPACE        129
#define HALF_EM           130
******/

#define SHOWN_HALF_EM     166 /* HALF-EM display value */
#define SHOWN_UNBREAKABLE_SPACE 185 /* UNBREAKABLE-SPACE display value */
#define SHOWN_SPACE       183 /* SPACE display value */
#endif
