Next: iklib chars unicode latin1, Previous: iklib chars unicode utf32, Up: iklib chars unicode [Index]
The following syntactic bindings are exported by the library
(vicare unsafe unicode)
. In the following macros the argument
octet is meant to be a fixnum representing an ASCII code point;
while the argument code-point is meant to be a fixnum representing
a Unicode code point.
Assume code-point is a fixnum representation of a Unicode code
point. Return #t
if code-point is in the range accepted by
the ASCII encoding.
Assume code-point is a fixnum representation of a Unicode code point in the range representable with ASCII encoding. Return its encoding in ASCII format.
Assume octet is a fixnum representing an octet. Return #t
if
octet is in the range accepted by the ASCII encoding; otherwise
return #f
.
Assume octet is the fixnum representation of an ASCII encoded character. Return its associated Unicode code point.