Gobo Eiffel Kernel Library
Copyright (c) 2001, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 17:05:11 $
$Revision: 1.9 $
-- Routines that ought to be in class INTEGER
-- (From KL_IMPORTED_INTEGER_ROUTINES)
-- Platform-dependent properties
-- (From KL_SHARED_PLATFORM)
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- Code of unicode character
-- Hash code value
-- (From HASHABLE)
-- Is current object less than other?
-- (From PART_COMPARABLE)
-- Is current object less than or equal to other?
-- (From PART_COMPARABLE)
-- Is current object greater than other?
-- (From PART_COMPARABLE)
-- Is current object greater than or equal to other?
-- (From PART_COMPARABLE)
-- Is other attached to an object of the same type
-- as current object and identical to it?
-- (From ANY)
-- The greater of current object and other
-- (From COMPARABLE)
-- The smaller of current object and other
-- (From COMPARABLE)
-- If current object equal to other, 0;
-- if smaller, -1; if greater, 1
-- (From COMPARABLE)
-- May current object be hashed?
-- (True if it is not its type's default.)
-- (From HASHABLE)
-- Lowercase value of current character
-- (Create a new object at each call.)
-- Uppercase value of current character
-- (Create a new object at each call.)
-- Lowercase value of current character
-- (Create a new object at each call.)
-- Uppercase value of current character
-- (Create a new object at each call.)
-- New STRING containing terse printable representation
-- of current character; Non-ascii characters are represented
-- with the %/code/ convention.
-- (From ANY)
-- Platform-dependent properties
-- (From KL_SHARED_PLATFORM)
[040101] Use Platform instead.
Unicode characters