unicode.normalize.private vocabulary - Factor Documentation (original) (raw)
unicode.normalize.private vocabulary
Factor handbook » Vocabulary index
Summary
Metadata
Parents: | unicode.normalize |
---|
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
i str char after last-class |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( str i -- ) |
![]() |
( string -- nfd ) |
![]() |
( string -- nfkd ) |
![]() |
( str i -- ? ) |
![]() |
( n/f from to -- ? ) |
![]() |
( str -- comp ) |
![]() |
( ch str i -- str i ) |
![]() |
( state -- state ) |
![]() |
( str i -- str i ) |
![]() |
( state -- ch ) |
![]() |
( string quot -- decomposed ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( ch -- ? ) |
![]() |
( state i -- ch ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( hangul -- jamo-string ) |
![]() |
( ch -- ? ) |
![]() |
( str i -- str i ) |
![]() |
( str i -- str i ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( str i -- ? ) |
![]() |
( ch -- ? ) |
![]() |
( initial medial final -- hangul ) |
![]() |
( ch -- ? ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( ch -- ? ) |
![]() |
( str -- str i ) |
![]() |
( ch state -- state ) |
![]() |
( string -- ) |
![]() |
( string i -- ) |
![]() |
( string start -- ) |
![]() |
( string i -- new-i done? ) |
![]() |
( string start -- slice done? ) |
![]() |
( state -- state ) |
![]() |
( state new-char current-class -- state ) |
![]() |
( state char -- state ) |
![]() |
( str quot -- str ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:basis/unicode/normalize/normalize.factor
resource:basis/unicode/normalize/normalize-docs.factor
resource:basis/unicode/normalize/normalize-tests.factor