# HG changeset patch # User Kenichi Handa # Date 959042773 0 # Node ID 8b1a19b318e92f3ff2af519455aeb698e5b349e1 # Parent 176708661b084c0164cd3c015089f557910f2d54 Fix comment for find_charset_in_text. diff -r 176708661b08 -r 8b1a19b318e9 src/charset.c --- a/src/charset.c Tue May 23 00:17:27 2000 +0000 +++ b/src/charset.c Tue May 23 00:46:13 2000 +0000 @@ -760,8 +760,9 @@ /* Return information about charsets in the text at PTR of NBYTES bytes, which are NCHARS characters. The value is: - 0: No multibyte characters (including 8-bit code of range 0x80..0x9F) - are found. + + 0: Each character is represented by one byte. This is alwasy + true for unibyte text. 1: No charsets other than ascii eight-bit-control, eight-bit-graphic, and latin-1 are found. 2: Otherwise.