Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

kernel.unicode

Class UC_IMPORTED_UNICODE_ROUTINES


Known direct descendants

KL_STRING_ROUTINES, UC_CHARACTER, UC_UTF8_ROUTINES, UC_UNICODE_FACTORY, UC_STRING, XM_EIFFEL_CHARACTER_ENTITY, XM_EIFFEL_PARSER_SKELETON, XM_XSLT_SUB_PICTURE, XM_XSLT_NUMBER_ROUTINES, XM_XPATH_STRING_TO_CODEPOINTS, XM_XPATH_CODEPOINTS_TO_STRING

Features

Invariants

indexing

description

Imported unicode routines

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2001, Eric Bezault and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2003/02/07 12:51:05 $

revision

$Revision: 1.3 $

class

UC_IMPORTED_UNICODE_ROUTINES

feature -- Access

unicode: UC_UNICODE_ROUTINES

-- Unicode routines

ensure
unicode_not_void: Result /= Void

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end