scheme:char -- r7rs Export
§

Descriptor
§

(scheme char)

Definitions
§

Description
§

Char Library

The (scheme char) library provides the procedures for dealing with characters that involve potentially large tables when supporting all of Unicode.

char-alphabetic?        char-ci<=?
char-ci<?               char-ci=?
char-ci>=?              char-ci>?
char-downcase           char-foldcase
char-lower-case?        char-numeric?
char-upcase             char-upper-case?
char-whitespace?        digit-value
string-ci<=?            string-ci<?
string-ci=?             string-ci>=?
string-ci>?             string-downcase
string-foldcase         string-upcase

The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Super-exports
§

Categories
§