[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: Ask for help about bison internationalization
From: |
address@hidden |
Subject: |
Re: Re: Ask for help about bison internationalization |
Date: |
Wed, 26 Aug 2015 19:11:32 +0800 |
thanks for your reply.
The problem has been resolved:
1. In the lexical analysis phase, the type is converted to a digital code.
2. Direct download windows version binaries.
Have time to try the method you provide.
thanks.
address@hidden
From: Luca
Date: 2015-08-18 17:43
To: haifeng.qin; help-bison
Subject: Re: Ask for help about bison internationalization
On 08/07/2015 10:19, haifeng.qin wrote:
Hi!
1. How to generate code files that the string in files is a
wide-character(wstring/wchar_t)?
2. How to build bison on windows?
thanks!
_______________________________________________
address@hidden https://lists.gnu.org/mailman/listinfo/help-bison1) It's a flex
question.
Anyway you can find some good answers using google:
http://www.w3.org/2005/03/23-lex-U#utf8toot
http://stackoverflow.com/questions/9611682/flexlexer-support-for-unicode
2) I suggest to download it from
http://gnuwin32.sourceforge.net/packages/bison.htm
If you really want to rebuild it from source, I know it's work with cygwin.
Bye