WitekT

Results 1 issues of WitekT

I parse such string: "¶" (0xb6 character) with such parser: ```cpp boost::spirit::qi::rule< std::string::const_iterator > validCharRule = +( boost::spirit::qi::iso8859_1::graph ); std::string test = "\xb6"; auto it = test.cbegin(); auto end =...

bug