Integer overflows in case conversion tables

The case conversion tables contain integer overflows because the type is a signed char. All values above CHAR_MAX (typically +127) overflow.

Patch is coming once i know the bug number.