help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Unicode Bison


From: Frédéric Morin
Subject: RE: Unicode Bison
Date: Fri, 12 Apr 2002 09:40:27 -0400

| Did the lex can recognize unicode character ?

I try to say how lex define unicode character. It's not alphanuméric
[:alnum:]
Did I define it like 

UNICODE_CHAR     .

Thanks
Fred

-----Original Message-----
From: Akim Demaille [mailto:address@hidden
Sent: 12 avril, 2002 04:04
To: Frédéric Morin
Cc: 'address@hidden'
Subject: Re: Unicode Bison



| Sorry I don't understand what you are saying.
| Suppose I have a SELECT [unicode character] FROM table 

That's easy: introduce a token UNICODE_CHAR which value is stored in a
wchar_t slot of yystype.

| Did the lex can recognize unicode character ?

If you explained to it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]