Hello sir
I am using flex++ to perform character parsing and tokenisation in my application. But facing problem when EBCDIC characters are provided as input.
The application hangs and basically in flex++ file yy_act has same value every time and control remains moving in flex++ file.
Basically i want to know whether flex++ supports EBCDIC character set or not .
Thanking you
Asmita
I am using flex++ to perform character parsing and tokenisation in my application. But facing problem when EBCDIC characters are provided as input.
The application hangs and basically in flex++ file yy_act has same value every time and control remains moving in flex++ file.
Basically i want to know whether flex++ supports EBCDIC character set or not .
Thanking you
Asmita
Comment