PTC MKS Toolkit Knowledge Base

Section:IO
Product:MKS Lex and Yacc (None)
Version:
OS:All
Keywords:unicode, multi-byte, character
Category:General/Knowledge Base


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.