Generated by geuc
Gobo Eiffel Kernel Library
Copyright (c) 2005, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/10/24 09:27:04 $
$Revision: 1.3 $
-- Decimal digit value for a_code_point
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a closing punctuation mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a combining-spacing mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a connector?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a control character?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a currency symbolk?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a dash?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a decimal digit?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an enclosing mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a final quote?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a format character?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an initial quote?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a letter?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a letter number?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a line separator?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a lower-case letter?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a maths symbol?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a modifier letter?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a modifier symbol?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a non-spacing mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a number?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an opening punctuation mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an other letter?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an other number?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an other punctuation mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an other symbol?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a paragraph separator?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a private use character?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a punctuation mark?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a separator?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a space?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a surrogate character?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a symbol?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a title-case letter?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point an upper-case letter?
-- (From UC_CHARACTER_CLASS_INTERFACE)
-- Is a_code_point a valid Unicode code point?
-- (From UC_CHARACTER_CLASS_INTERFACE)
Routines for determining class of Unicode characters