aboutsummaryrefslogtreecommitdiff
path: root/test/norm-nfkd-test.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-20 17:56:55 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-20 17:56:55 +0200
commit2e125c1c7e75db14a88f0b8b09e61a132977c63e (patch)
tree30c37263315e07f983c2b05b69c17e47c827b849 /test/norm-nfkd-test.c
parentd6b1db5c14ca1e731db299748d2df9eb955c9f7c (diff)
Support the 4 forms of Unicode string normalization
Diffstat (limited to 'test/norm-nfkd-test.c')
-rw-r--r--test/norm-nfkd-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/norm-nfkd-test.c b/test/norm-nfkd-test.c
index 3fe8ff2..34bebca 100644
--- a/test/norm-nfkd-test.c
+++ b/test/norm-nfkd-test.c
@@ -1,2 +1,2 @@
-#define NORMTYPE nfkd
+#define NORMTYPE NT_NFKD
#include "_norm-test.h"