Skip to content
Snippets Groups Projects
user avatar
rswindell authored
UNICODE -> CP437 conversions (no string/memory compares needed), so
cp437_utf8_tbl.* is being replaced by cp437_unicode_tbl.*.

Added utf8 module which includes:
- utf8_normalize_str() - normalize US-ASCIIZ string, from mailsrvr.c
- utf8_putc() - encoder / length calculator
- utf8_getc() - decoder

The latter 2 were swiped from OpenSSL's a_utf8.c.
9c7f945a
History
Name Last commit Last update