X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funinorm%2Fnfkc.c;h=1fb52f13b8f867bbd5fa9d0e78bc9100783877a7;hb=7b01a885219f9d3870cedcc5c049a80756271538;hp=1c4da900ecf28f5a3bb0dd05028643700a531fa3;hpb=fccc5cc6f7152e7f4cd61e74ba3c185a7e772af3;p=gnulib.git diff --git a/lib/uninorm/nfkc.c b/lib/uninorm/nfkc.c index 1c4da900e..1fb52f13b 100644 --- a/lib/uninorm/nfkc.c +++ b/lib/uninorm/nfkc.c @@ -27,5 +27,6 @@ const struct unicode_normalization_form uninorm_nfkc = { NF_IS_COMPAT_DECOMPOSING | NF_IS_COMPOSING, uc_compat_decomposition, - uc_composition + uc_composition, + &uninorm_nfkd };