Does Lex and Yacc support multi-byte character sets like Unicode?
MKS Lex & Yacc does not have built-in support for multi-byte character sets. You can implement this manually by defining a unique token for each two byte input character that your scanner needs to recognize.