This project contains hardware logic to convert between the UTF‑8, UTF‑16, and UTF‑32 encodings for Unicode text. It will detect and raise an error signal on ...
I tried to closely follow the algorithms in the spec, as a way of testing them, but when it came to: "6. Increase utf-8 bytes seen by one and set utf-8 code point to utf-8 code point + (byte − 0x80) ...