unicode.normalize.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
compose-state tuplei str char after last-class


Ordinary words
WordStack effect
(compose)( str i -- )
(nfd)( string -- nfd )
(nfkd)( string -- nfkd )
--final?( str i -- ? )
?between?( n/f from to -- ? )
combine( str -- comp )
compose-combining( ch str i -- str i )
compose-iter( state -- state )
compose-jamo( str i -- str i )
current( state -- ch )
decompose( string quot -- decomposed )
final-base( -- value )
final-count( -- value )
final?( ch -- ? )
get-str( state i -- ch )
hangul-base( -- value )
hangul-end( -- value )
hangul>jamo( hangul -- jamo-string )
hangul?( ch -- ? )
im%( str i -- str i )
imf%( str i -- str i )
initial-base( -- value )
initial-count( -- value )
initial-medial?( str i -- ? )
initial?( ch -- ? )
jamo>hangul( initial medial final -- hangul )
jamo?( ch -- ? )
medial-base( -- value )
medial-count( -- value )
medial?( ch -- ? )
pass-combining( str -- str i )
push-after( ch state -- state )
reorder( string -- )
reorder-back( string i -- )
reorder-loop( string start -- )
reorder-next( string i -- new-i done? )
reorder-slice( string start -- slice done? )
to( state -- state )
try-compose( state new-char current-class -- state )
try-noncombining( state char -- state )
with-string( str quot -- str )


Class predicate words
WordStack effect
compose-state?( object -- ? )


Files