.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IS_CONTINUATION" "9" "09 October 2005" "" "" .SH NAME is_continuation \- multibyte check .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int is_continuation (unsigned char \fIc\fB, struct tty_struct * \fItty\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR byte to check .TP \fB\fItty\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Returns true if the utf8 character 'c' is a multibyte continuation character and the terminal is in unicode mode.