[Boost-bugs] [Boost C++ Libraries] #2055: \u20ac (euro sign) not parsed correctly

Subject: [Boost-bugs] [Boost C++ Libraries] #2055: \u20ac (euro sign) not parsed correctly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-06-29 13:02:02


#2055: \u20ac (euro sign) not parsed correctly
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: regex
  Version: Boost 1.34.1 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 {{{
 boost::RegEx r;
 r.SetExpression("^([\\u20ac])");
 r.Search("c"); // Yields true!

 r.SetExpression("^(\\u20ac)");
 r.Search("c"); // Yields false!

 I believe both should return false!
 }}}

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2055>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC