blob: bad92aec4298234547fcd072fab7d4c2061e23b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
/* Pango
* tadefs.h:
*
* Authors: Sivaraj D (sivaraj@tamil.net)
* Vikram Subramanian (upender@vsnl.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#define U_KAAL 0x0BBE
#define U_KOKKI1 0x0BBF
#define U_KOKKI2 0x0BC0
#define U_UMODI1 0x0BC1
#define U_UMODI2 0x0BC2
#define U_KOMBU1 0x0BC6
#define U_KOMBU2 0x0BC7
#define U_AIMODI 0x0BC8
#define U_OMODI1 0x0BCA
#define U_OMODI2 0x0BCB
#define U_AUMODI 0x0BCC
#define U_AUMARK 0x0BD7
#define U_PULLI 0x0BCD
#define U_KA 0x0B95
#define U_SPACE 0x0020
#define U_ZWSP 0x200B
|