From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15909 invoked by alias); 20 Jan 2015 11:10:21 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15844 invoked by uid 48); 20 Jan 2015 11:10:16 -0000 From: "gnu-org at bignm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/63776] [C++11] Regex collate matching not working Date: Tue, 20 Jan 2015 11:10:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gnu-org at bignm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg02018.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #6 from Tom Straub --- Hi Tim, After banging my head against the wall looking for a solution to the C++11 UTF-8 support problems, I finally found what seems to be a great addition to my project, which I think might be beneficial to GNU as well. It is the UTF-8 CPP code. It is implemented as a header file, so there are no linking issues involved. It seems to add all the functionality needed that seems to be missing in GCC currently. The project can be found at: http://sourceforge.net/projects/utfcpp/ It would certainly make implementation of the codecvt stuff less painful. Best, Tom