summaryrefslogtreecommitdiffstats
path: root/scripts/chewing_table.h.in
blob: de8247f5c107bd71eb6b3a755cd3a8a363e11095 (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
/* This file is generated by python scripts. Don't edit this file directly.
 */

#ifndef CHEWING_TABLE_H
#define CHEWING_TABLE_H

namespace pinyin{

const chewing_scheme_item_t chewing_standard[] = {
@STANDARD@
};

const chewing_scheme_item_t chewing_ginyieh[] = {
@GINYIEH@
};

const chewing_scheme_item_t chewing_eten[] = {
@ETEN@
};

const chewing_scheme_item_t chewing_ibm[] = {
@IBM@
};

};

#endif