Add mappings for _QC properties.
authorChris Hanson <org/chris-hanson/cph>
Sat, 18 Feb 2017 07:43:48 +0000 (23:43 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 18 Feb 2017 07:43:48 +0000 (23:43 -0800)
src/etc/ucd-raw-props/names.scm

index ec5acbcc3f08fb254dc26fe18bd7be8ee6e90dab..7ae6d564ba3a989a4c3b7a5ad893a2b0e88067a5 100644 (file)
@@ -139,11 +139,11 @@ USA.
 ("Lower" lower-case boolean)
 ("Math" math boolean)
 ("NChar" noncharactor-code-point boolean)
-("NFC_QC" nfc-quick-check (enum "Y" "N" "M"))
-("NFD_QC" nfd-quick-check (enum "Y" "N"))
+("NFC_QC" nfc-quick-check (enum ("Y" . #t) ("N" . #f) ("M" . maybe)))
+("NFD_QC" nfd-quick-check boolean)
 ("NFKC_CF" nfkc-case-fold code-point*)
-("NFKC_QC" nfkc-quick-check (enum "Y" "N" "M"))
-("NFKD_QC" nfkd-quick-check (enum "Y" "N"))
+("NFKC_QC" nfkc-quick-check (enum ("Y" . #t) ("N" . #f) ("M" . maybe)))
+("NFKD_QC" nfkd-quick-check boolean)
 ("OAlpha" other-alphabetic boolean)
 ("ODI" other-default-ignorable-code-point boolean)
 ("OGr_Ext" other-grapheme-extend boolean)