An implementation of UTF-8 encoding, according to the obsolete [RFC2279].
The main difference between utf8-rfc2279
and an implementation of [RFC3629] is that utf8-rfc2279
does not check for valid byte sequences and has a length limit of 6 bytes instead of 4.
no_std
utf8-rfc2279
is no_std
and has no allocations, as it does not need them.
Licensed under either of:
at your option.