Hi, For me it looks like you are running flex in 7-bit mode, which is default. If your input file contains bytes above 127 you should be invoking flex with -8 (generate 8-bit scanner).
Can you reproduce this bug with -8 given? Mikołaj Izdebski -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

