From: Eric B. <er...@go...> - 2008-01-03 10:14:40
|
In class ST_UNICODE_FULL_CASE_MAPPING: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ indexing description: "Routines for performing full case mapping on Unicode strings" "These routines will not work on UTF-16 strings - they will % %need a few modifications to account of surrogates." ~~~~~~~~~~~~~~~~~~~~~~~~~~~ In ECMA Eiffel it is not allowed to have indexing terms with no indexing tag. Either you put everything in the same string, or you add a tag for the second indexing term. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |