X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.h;h=28f9655ff6efaf87bece7cc3bf3337d8334ba7e9;hp=4fd117dfb95d23e17b0d34715d8c9bb8743adadb;hb=de12c346dc64404821d52d545e2e1b3d44230f2a;hpb=00334bdf09071e65e340eeeb6f3900c79a262649 diff --git a/src/util.h b/src/util.h index 4fd117df..28f9655f 100644 --- a/src/util.h +++ b/src/util.h @@ -52,9 +52,10 @@ typedef uint64_t u64; /* A pointer to 'mbchar' indicates a string of "multibyte characters" provided * in the default encoding of the user's locale, which may be "UTF-8", * "ISO-8859-1", "C", or any other ASCII-compatible encoding. - * "ASCII-compatible" here means any encoding where all ASCII characters have - * the same representation, and any non-ASCII character is represented as a - * sequence of one or more bytes not already used by any ASCII character. */ + * "ASCII-compatible" here means any encoding where all ASCII-representable + * characters have the same representation as in ASCII itself, and any non-ASCII + * character is represented as a sequence of one or more bytes not already used + * by any ASCII character. */ typedef char mbchar; /* A pointer to 'utf8char' indicates a UTF-8 encoded string */