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

kernel.unicode

Class UC_IMPORTED_UTF8_ROUTINES


Known direct descendants

UC_UNICODE_FACTORY, UC_STRING, XM_EIFFEL_CHARACTER_ENTITY, XM_EIFFEL_ENTITY_DEF, XM_EIFFEL_INPUT_STREAM, XM_EIFFEL_PARSER_SKELETON

Features

Invariants

indexing

description

Imported UTF-8 encoding 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_UTF8_ROUTINES

feature -- Access

utf8: UC_UTF8_ROUTINES

-- UTF-8 encoding routines

ensure
utf8_not_void: Result /= Void

invariant

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

end