Re: unicode character in flex
Hans Aberg <[email protected]> Mon, 28 Sep 2009 19:53:17 +0200
| Newsgroups | gmane.comp.lex.flex.general |
|---|---|
| Message-ID | <[email protected]> |
On 28 Sep 2009, at 06:05, Mahalingam Arumugam wrote: > I want to input/output Tamil Unicode characters( U+0B80-U+0BFF) > in Flex . How to do that. One way is to make sure Flex is in 8-bit mode, and feed it a characTers "..." one by one. For ranges, you might try http://lists.gnu.org/archive/html/help-flex/2005-01/msg00043.html Hans