expanded class
	CHARACTER_32

General
	cluster: base
	description: "Unicode characters, with comparison operations"
	create: make_from_reference, default_create

Ancestors
	CHARACTER_32_REF

Queries
	as_lower: CHARACTER_32
	as_upper: CHARACTER_32
	code: INTEGER_32
	hash_code: INTEGER_32
	infix "<" (other: [like Current] CHARACTER_32): BOOLEAN
	infix "<=" (other: [like Current] CHARACTER_32): BOOLEAN
	infix ">" (other: [like Current] CHARACTER_32): BOOLEAN
	infix ">=" (other: [like Current] CHARACTER_32): BOOLEAN
	is_character_8: BOOLEAN
	is_equal (other: [like Current] CHARACTER_32): BOOLEAN
	Is_hashable: BOOLEAN
	is_space: BOOLEAN
	item: CHARACTER_32
	lower: CHARACTER_32
	max (other: [like Current] CHARACTER_32): [like Current] CHARACTER_32
	Max_value: NATURAL_32
	min (other: [like Current] CHARACTER_32): [like Current] CHARACTER_32
	Min_value: NATURAL_32
	natural_32_code: NATURAL_32
	out: STRING_8
	three_way_comparison (other: [like Current] CHARACTER_32): INTEGER_32
	to_character_32: CHARACTER_32
	to_character_8: CHARACTER_8
	to_implement_assertion (comment: STRING_8): BOOLEAN
	to_reference: CHARACTER_32_REF
	upper: CHARACTER_32

Commands
	fixme (comment: STRING_8)
	set_item (c: CHARACTER_32)
	to_implement (comment: STRING_8)