INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Associated integer value
-- Hash code value
-- (From HASHABLE)
-- Is current character less than 'other'?
-- (From COMPARABLE)
-- Make 'c' the associated character value
-- Lower case equivalent
-- Upper case equivalent
-- Lower case equivalent
-- Upper case equivalent
-- Printable representation of character
-- (From GENERAL)
-- Printable representation of the character
-- replaced by the special character code when required
-- Examples:
-- code_sequence ('A') = "A" -- printed as A
-- code_sequence ('%B') = "%%B" -- printed as %B
-- code_sequence ('%A') = "@" -- printed as @
-- code_sequence ('%%') = "%%%%" -- printed as %%
-- code_sequence ('%"') = "%%%"" -- printed as %"
-- code_sequence ('%/130/') = "%%/130/" -- printed as %/130/
-- So, the output enclosed in quotes gives the original character
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |