summaryrefslogtreecommitdiffstats
path: root/unicode/normalization_defs.h
blob: 819fd2a49df257a6e5267dbcfd896632901c210e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef normalization_defs_h
#define normalization_defs_h

#define UNICODE_NFC_QC_N 0
#define UNICODE_NFC_QC_Y 1
#define UNICODE_NFC_QC_M 2

#define UNICODE_NFKC_QC_N 0
#define UNICODE_NFKC_QC_Y 1
#define UNICODE_NFKC_QC_M 2

#endif