New module 'uninorm/decomposing-form'.
[gnulib.git] / lib / uninorm / nfkd.c
index 49a8ed0..871dd64 100644 (file)
@@ -27,5 +27,6 @@ const struct unicode_normalization_form uninorm_nfkd =
   {
     NF_IS_COMPAT_DECOMPOSING,
     uc_compat_decomposition,
-    NULL
+    NULL,
+    &uninorm_nfkd
   };