Gobo Eiffel Kernel Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/10/21 08:31:48 $
$Revision: 1.4 $
-- Close punctuation
-- Connector punctuation
-- Control character
-- Currency symbol
-- Dash punctuation
-- Decimal digit number
-- Enclosing mark
-- Final_quote punctuation
-- Format character
-- Initial punctuation
-- Letter number
-- Line separator
-- Lower case letter
-- Mathematics symbol
-- Modifier letter
-- Modifier symbol
-- Non-spacing mark
-- Open punctuation
-- Other letter
-- Other number
-- Other punctuation
-- Other symbol
-- Paragraph separator
-- Platform-dependent properties
-- (From KL_SHARED_PLATFORM)
-- Private-use character
-- Space separator
-- Spacing combining mark
-- Surrogate character
-- Title case letter
-- Unassigned chacaracter
-- Upper case letter
-- Largest ASCII character
-- ensure
-- definition: Result.code = maximum_ascii_code
-- end
-- Largest code for ASCII characters
-- (2^7 - 1)
-- ensure
-- definition: Result = 127
-- small_enough: Result <= Platform.Maximum_byte_code
-- end
-- Largest code for unicode characters
-- ensure
-- definition: Result = 1114109
-- end
-- Smallest ASCII character
-- ensure
-- definition: Result.code = minimum_ascii_code
-- end
-- Smallest code for ASCII characters
-- ensure
-- definition: Result = 0
-- end
-- Smallest code for unicode characters
-- ensure
-- definition: Result = 0
-- end
-- Platform-dependent properties
-- (From KL_SHARED_PLATFORM)
[040101] Use Platform instead.
Unicode constants