Skip to content

Use more correct code for compilers with signed chars #705

@gwsw

Description

@gwsw

The current code often stores file input and tty input in a char or array of chars, and converts each char to an int by ANDing with 0xFF. It would be more correct to store the raw input in unsigned chars.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions