Gobo Eiffel Kernel Library
Copyright (c) 2005, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/10/22 19:50:30 $
$Revision: 1.4 $
-- Decimal digit value for a_code_point
-- Is a_code_point a closing punctuation mark?
-- Is a_code_point a combining-spacing mark?
-- Is a_code_point a control character?
-- Is a_code_point a lower-case letter?
-- Is a_code_point an opening punctuation mark?
-- Is a_code_point an other punctuation mark?
-- Is a_code_point a paragraph separator?
-- Is a_code_point a private use character?
-- Is a_code_point a surrogate character?
-- Is a_code_point a title-case letter?
-- Is a_code_point an upper-case letter?
-- Is a_code_point a valid Unicode code point?
Routines for determining class of Unicode characters