In is_charlist, if (! PRINTABLE_OR_ESCAPED_CHAR(head_char) ) was checking
head_char instead of head_int. As result, things like 341 were considered printable characters.
Authored by: kifer 2013-01-28
Parent: [r7709]
Child: [r7711]