utf-8-misc icon indicating copy to clipboard operation
utf-8-misc copied to clipboard

Collection of things related to UTF-8 and http://bjoern.hoehrmann.de/utf-8/decoder/dfa/

Results 1 utf-8-misc issues
Sort by recently updated
recently updated
newest added

The `utf8_decode_step` in `utf8_arith.h` doesn't work for various valid sequences, e.g. `"\xED\x81\x80"` should be correctly decoded to codepoint `U+D040`, but the function decodes it wrongly to `U+D000` (tested on macOS...