This function makes a new, empty char table of type type. type should be a symbol, one of
char,category,display,generic, orsyntax.
This function sets the value for chars in range to be value in char-table.
range specifies one or more characters to be affected and should be one of the following:
t(all characters are affected)- A charset (only allowed when mule support is present)
- A vector of two elements: a two-octet charset and a row number (only allowed when mule support is present)
- A single character
value must be a value appropriate for the type of char-table.
This function finds the value for character in char-table.
This function finds the value for a range in char-table. If there is more than one value, multi is returned (defaults to
nil).
This function maps function over entries in char-table, calling it with two args, each key and value in the table.
range specifies a subrange to map over and is in the same format as the range argument to
put-range-table. If omitted ort, it defaults to the entire table.