OSDN Git Service

Move the directories
[kita/kita.git] / src / libkita / kita-utf16.h
1 /**************************************************************************
2 *   Copyright (C) 2003 by Hideki Ikemoto , (c)2004 by 421                 *
3 *   ikemo@wakaba.jp                                                       *
4 *                                                                         *
5 *   This program is free software; you can redistribute it and/or modify  *
6 *   it under the terms of the GNU General Public License as published by  *
7 *   the Free Software Foundation; either version 2 of the License, or     *
8 *   (at your option) any later version.                                   *
9 **************************************************************************/
10 #ifndef KITAUTF16_H
11 #define KITAUTF16_H
12
13 /* UTF-16 */
14 const int UTF16_BRACKET = 0xFF1E; /* > */
15 const int UTF16_0 = 0xFF10; /* 0 */
16 const int UTF16_9 = 0xFF19; /* 9 */
17 const int UTF16_EQ = 0xFF1D; /* = */
18 const int UTF16_COMMA = 0xFF0C; /* , */
19
20 #endif