[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.1.8 UCS-2 Characters
UCS-2 Characters are two byte encoded characters. They can be read with
the syntax:
#u<unicode>
where <unicode>
is the four digit hexadecimal unicode value
of the character to be read. Thus, for instance, the character #\space
can be written #u0020
.
- bigloo procedure: ucs2=? ucs2a ucs2b
- bigloo procedure: ucs2<? ucs2a ucs2b
- bigloo procedure: ucs2>? ucs2a ucs2b
- bigloo procedure: ucs2<=? ucs2a ucs2b
- bigloo procedure: ucs2>=? ucs2a ucs2b
- bigloo procedure: ucs2-ci=? ucs2a ucs2b
- bigloo procedure: ucs2-ci<? ucs2a ucs2b
- bigloo procedure: ucs2-ci>? ucs2a ucs2b
- bigloo procedure: ucs2-ci<=? ucs2a ucs2b
- bigloo procedure: ucs2-ci>=? ucs2a ucs2b
- bigloo procedure: ucs2-alphabetic? ucs2
- bigloo procedure: ucs2-numeric? ucs2
- bigloo procedure: ucs2-whitespace? ucs2
- bigloo procedure: ucs2-upper-case? ucs2
- bigloo procedure: ucs2-lower-case? ucs2
This document was generated on March 31, 2014 using texi2html 5.0.