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

kernel.unicode

Class UC_IMPORTED_V410_CHARACTER_CLASS_ROUTINES



Features

Invariants

indexing

description

Imported character class routines for Unicode version 4.1.0

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2005, Colin Adams and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2005/10/17 17:32:07 $

revision

$Revision: 1.1 $

class

UC_IMPORTED_V410_CHARACTER_CLASS_ROUTINES

feature -- Access

unicode_v410_character_class: UC_V410_CHARACTER_CLASS_ROUTINES

-- Unicode version 4.1.0 character class routines

ensure
unicode_character_class_not_void: Result /= Void

invariant

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

end