summaryrefslogtreecommitdiffstats
path: root/unicode/normalization_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/normalization_defs.h')
-rw-r--r--unicode/normalization_defs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/unicode/normalization_defs.h b/unicode/normalization_defs.h
new file mode 100644
index 0000000..819fd2a
--- /dev/null
+++ b/unicode/normalization_defs.h
@@ -0,0 +1,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