Use Unsigned Chars

The C compiler treats a char declaration as an unsigned char declaration.

The Use Unsigned Chars setting corresponds to the pragma unsigned_char. To check this setting, use __option (unsigned_char). By default, this setting is disabled.

See also “unsigned_char” and Checking Settings.