UTF8Terminal

A terminal type that can match a UTF-8 code unit pattern.

UTF8Terminal.swift:7
protocol UTF8Terminal : ASCIITerminal
Browse conforming types

For example, a UTF8.CodeUnit can match the UTF-8 continuation byte 0x80, but it would not make sense to match it against a UTF16.CodeUnit.