Gobo Eiffel Kernel Library
Copyright (c) 2002-2004, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/03/16 17:02:02 $
$Revision: 1.6 $
[040315] Use UC_STRING_EQUALITY_TESTER instead.
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- Are v and u considered equal?
-- They are considered equal if they have the same number of
-- characters and these characters (possibly unicode characters)
-- have codes which are one by one equal.
-- (From KL_EQUALITY_TESTER)
Equality testers between strings that can be polymorphically unicode strings