;; described in Table 10-3 of the Unicode Standard 4.0 except for
;; Kinzi which is encoded by the sequence "U+1004 U+1039 U+200D".
;;
- ;;<-1-><---------2--------><--4--><--6---> <7->
+ ;;<-1-><---------2--------><--4--><--6---><7-><8->
;; <---3---> <5->
- ("(KHJ)([CcnKMr](H[CcnK])?)((HM)*)(V*A?H?)N?(S*)"
- | < (1 0xE390) (2 consonant) (4 remove-halant *) (6 = *) (7 = *) > |)
+ ("(KHJ)([CcnKMr](H[CcnK])?)((HM)*)(V*A?H?)(N)?(S*)"
+ | < (1 0xE390) (2 consonant) (4 remove-halant *) (6 = *) (7) (8 = *) > |)
;; Irregular independent Kinzi
("KHJ"
[ 0xE390 ])
;; Cluster without Kinzi
- ("([CcnKMr](H[CcnK])?)((HM)*)(V*A?H?)N?(S*)"
- | < (1 consonant) (3 remove-halant *) (5 = *) (6 = *) > |)
+ ("([CcnKMr](H[CcnK])?)((HM)*)(V*A?H?)(N)?(S*)"
+ | < (1 consonant) (3 remove-halant *) (5 = *) (6) (7 = *) > |)
;; Fixme: I'm not sure about the syllable pattern for an
;; independent vowel.