This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix wide char locale support(like CJK charset) in regex
- From: Tim Shen <timshen91 at gmail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 18 Oct 2013 12:19:18 -0400
- Subject: Re: [Patch] Fix wide char locale support(like CJK charset) in regex
- Authentication-results: sourceware.org; auth=none
- References: <CAPrifD=NaeDaDApG9=CNhFgt6HFwQu0H-kW85CW=Dm65TAZUKw at mail dot gmail dot com> <526084E7 dot 8020707 at oracle dot com> <CAPrifDnDOeBahiYDO3=ZWRugBkK+oLnpwC_8_wSQCAbTDsMnHw at mail dot gmail dot com> <4cd6f6bb-5532-473b-93e3-266563c6af70 at email dot android dot com>
On Fri, Oct 18, 2013 at 5:39 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
>>Oops that's only perfect Chinese version of "hello, world" under UTF-8
>>charset. Now it's hex format.
>>
>>I also make the char handling simpler.
>
> Great, thanks!
-m32 and -m64 tested and committed.
By the way, UTF-8 *encoding* is a more accurate word, instead of
`charset`(which is Unicode).
--
Tim Shen