.\" 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_UTF8_CONTINUATION" "9" "09 October 2005" "" "" .SH NAME is_utf8_continuation \- utf8 multibyte check .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int is_utf8_continuation (unsigned char \fIc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR byte to check .SH "DESCRIPTION" .PP Returns true if the utf8 character 'c' is a multibyte continuation character. We use this to correctly compute the on screen size of the character when printing