summaryrefslogtreecommitdiff
path: root/src/euc_jp_prop.gperf
blob: 842b61b65d4031a5e2e0147c0f791ac54c558b0e (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
%{
#include "regint.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