diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-25 17:23:51 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-28 12:47:53 +0100 |
commit | 2e4b3c63bf2108d1e4afbb9d5852f47c860be24f (patch) | |
tree | 86acf52d7fcd22a1b2a6190ba9e24b37f059a1bb /cfg.mk | |
parent | 80dbcdc0ce282244a69e93e14020da78d1585f4d (diff) | |
download | gnutls-2e4b3c63bf2108d1e4afbb9d5852f47c860be24f.tar.gz |
unistring: added NFKC normalization
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ config: bootstrap: autoreconf .submodule.stamp UNISTRING_MODULES = "unistr/u8-check unistr/u8-to-u16 unistr/u8-to-u32 unistr/u32-to-u8 \ - unistr/u16-to-u8 uninorm/nfc uninorm/u8-normalize uninorm/u16-normalize \ + unistr/u16-to-u8 uninorm/nfc uninorm/nfkc uninorm/u8-normalize uninorm/u16-normalize \ uninorm/u32-normalize unictype/category-all" unistringimport: |