unicc icon indicating copy to clipboard operation
unicc copied to clipboard

Fix UTF-8 support for customized `getchar()`

Open phorward opened this issue 1 year ago • 0 comments

UniCC currently does not accept UTF-8 in its own input files! The stuff in README.md is a lie...this is awkward and crazy, and I wasn't rightly aware this is such a big problem.

This pull request adds full UTF-8 support to the C target, and fixes UniCCs grammar parser to accept and process UTF-8 correctly.

phorward avatar Jan 24 '24 11:01 phorward