summaryrefslogtreecommitdiff
path: root/src/euc_jp_prop.gperf
blob: 2cec8cf57ca08e697e4e373c52b061c568f01c38 (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
%{
#include <string.h>
#include "regenc.h"
%}

struct PropertyNameCtype {
  char *name;
  int ctype;
};

%%
Alpha,     1
Blank,     2
Cntrl,     3
Digit,     4
Graph,     5
Lower,     6
Print,     7
Punct,     8
Space,     9
Upper,    10
XDigit,   11
Word,     12
Alnum,    13
ASCII,    14
Hiragana, 15
Katakana, 16