unicode vocabulary - Factor Documentation (original) (raw)
unicode vocabulary
Factor handbook » Vocabulary index
Documentation
Unicode support
Metadata
Tags: | text |
---|---|
Authors: | Daniel Ehrenberg |
Words
Predicate classes
Class | Superclass |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( string -- fold ) |
![]() |
( str -- graphemes ) |
![]() |
( string -- lower ) |
![]() |
( string -- title ) |
![]() |
( string -- upper ) |
![]() |
( str -- words ) |
![]() |
( string -- title ) |
![]() |
( string -- ? ) |
![]() |
( ch -- lower ) |
![]() |
( ch -- title ) |
![]() |
( ch -- upper ) |
![]() |
( char -- name ) |
![]() |
( string -- key nfd ) |
![]() |
( str -- n ) |
![]() |
( entire-str start -- i ) |
![]() |
( start str -- i ) |
![]() |
( str -- i ) |
![]() |
( start str -- i ) |
![]() |
( str -- i ) |
![]() |
( end str -- i ) |
![]() |
( str -- i ) |
![]() |
( end str -- i ) |
![]() |
( string -- ? ) |
![]() |
( name -- char ) |
![]() |
( string -- nfc ) |
![]() |
( string -- nfd ) |
![]() |
( string -- nfkc ) |
![]() |
( string -- nfkd ) |
![]() |
( str1 str2 -- ? ) |
![]() |
( str1 str2 -- ? ) |
![]() |
( char -- script ) |
![]() |
( str1 str2 -- ? ) |
![]() |
( strings -- sorted ) |
![]() |
( s1 s2 -- string ) |
![]() |
( str -- rts ) |
![]() |
( str1 str2 -- <=> ) |
![]() |
( str1 str2 -- ? ) |
![]() |
( string -- ? ) |
![]() |
( ch -- ? ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( ch -- ? ) |
![]() |
( string -- ? ) |
![]() |
( i str -- ? ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:basis/unicode/unicode.factor
resource:basis/unicode/unicode-docs.factor
Metadata files
resource:basis/unicode/authors.txt
resource:basis/unicode/summary.txt
resource:basis/unicode/tags.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
Unicode grapheme and word breaking |
![]() |
Unicode case conversion |
![]() |
Parsing words used by Unicode implementation |
![]() |
Unicode string comparison and sorting (collation) |
![]() |
|
![]() |
Parsing Unicode data files |
![]() |
Unicode string normalization |
![]() |
Reads the UCD to get the script of a code point |
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
Unicode country flags |