From 8a90029b40c3cb159d0fda5ccd66a0d3984c8088 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 20 May 2024 22:38:19 +0200 Subject: Don’t renormalize already normalized strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/unicode/prop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/unicode') diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 647f461..a7e90ad 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -864,9 +864,9 @@ enum uprop_lb : uint_least8_t { }; enum uprop_nfc_qc : uint_least8_t { - NFC_QC_M, /* Maybe */ NFC_QC_N, /* No */ NFC_QC_Y, /* Yes */ + NFC_QC_M, /* Maybe */ }; enum uprop_nfd_qc : uint_least8_t { @@ -875,9 +875,9 @@ enum uprop_nfd_qc : uint_least8_t { }; enum uprop_nfkc_qc : uint_least8_t { - NFKC_QC_M, /* Maybe */ NFKC_QC_N, /* No */ NFKC_QC_Y, /* Yes */ + NFKC_QC_M, /* Maybe */ }; enum uprop_nfkd_qc : uint_least8_t { -- cgit v1.2.3