Name: DFA UTF-8 DecoderShort Name: utf8-decoderURL: http://bjoern.hoehrmann.de/utf-8/decoder/dfa/Version: 0License: MITLicense File: NOT_SHIPPEDSecurity Critical: noDescription:Decodes UTF-8 bytes using a fast and simple definite finite automata.Local modifications:- Rejection state has been mapped to row 0 (instead of row 1) of the DFA, saving some 50 bytes and making the table easier to reason about.- The transitions have been remapped to represent both a state transition and a bit mask for the incoming byte.- The caller must now zero out the code point buffer after successful or unsuccessful state transitions.