Next: , Previous: , Up: MULE   [Contents][Index]


66.3 MULE Characters

Function: make-char charset arg1 &optional arg2

This function makes a multi-byte character from charset and octets arg1 and arg2.

Function: char-charset character

This function returns the character set of char character.

Function: char-octet character &optional n

This function returns the octet (i.e. position code) numbered n (should be 0 or 1) of char character. n defaults to 0 if omitted.

Function: find-charset-region start end &optional buffer

This function returns a list of the charsets in the region between start and end. buffer defaults to the current buffer if omitted.

Function: find-charset-string string

This function returns a list of the charsets in string.