Re: UTF-8 support in Spirit::Qi
Phil Endecott via Spirit-general <[email protected]> Fri, 19 Nov 2021 12:57:41 +0000
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Joel, Joel de Guzman wrote: > Have a look at some of the examples. They work on UTF8. /usr/local/src/boost_1_75_0/libs/spirit$ grep -ri unicode example/ classic/example repository/example example/support/utree/utf8_parser.hpp:#include <boost/regex/pending/unicode_iterator.hpp> So none of the examples use BOOST_SPIRIT_UNICODE nor the unicode namespace. I also find no instance of \u. Should I understand that these are not the right way to do UTF-8? Regards, Phil.