Controls whether or not declarations of type char are treated as unsigned char .
#pragma unsigned_char on | off | reset
If you enable this pragma, the compiler treats a char declaration as if it were an unsigned char declaration.
By default, this setting is disabled.