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

kernel.unicode

Class UC_IMPORTED_UTF16_ROUTINES


Known direct descendants

UC_UNICODE_FACTORY, UC_STRING, XM_EIFFEL_INPUT_STREAM

Features

Invariants

indexing

description

Imported UTF-16 encoding routines

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2002, 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_UTF16_ROUTINES

feature -- Access

utf16: UC_UTF16_ROUTINES

-- UTF-16 encoding routines

ensure
utf16_not_void: Result /= Void

invariant

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

end