start | all-pages

characters Characters are numbers that correspond to graphemes or symbols in a chosen encoding. In Konilo, I basically use ASCII as my encoding. Characters include the numbers 0-9, letters a-z & A-Z, as well as all symbols and some forms of whitespace. Strings are arrays of characters. Words operating on characters are in the `c:` namespace. *CharacterOperations *CharacterEncoding *CharacterClassification and *CharacterCaseConversion