locale support on illumos (Solaris)

Václav Zeman vhaisman@gmail.com
Sun Aug 17 17:35:00 GMT 2014


On 15.8.2014 10:29, Jonathan Wakely wrote:
> On 15 August 2014 05:51, Alexander Pyhalov wrote:
>> Hello.
>> Is there any way to make std::locale work on illumos?
>> I see the following bug report
>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15992 and it is
>> still actual for gcc 4.8.3. (Don't know why it's marked "INVALID").
> 
> The libstdc++ list is the right place for this question, redirecting it there.
> 
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41495 is the relevant bug
> and has some info on the status.
> 
> The --enable-clocale=ieee_1003.1-2001 model is supposed to work, but
> doesn't. Ideally someone would write a new POSIX-2008 model based on
> the gnu one, which would be cross-platform, but noone has done the
> work.
> 

Well, I have started working on this but I have never finished. If
anybody is interested, the work is available at
<https://github.com/wilx/gcc/compare/gcc-mirror:master...posix-2008-locale>.
The branch is a bit misnamed because I had to use some Darwin extensions
instead of only POSIX 2008 functions.

-- 
VZ


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: OpenPGP digital signature
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20140817/bdaf22b9/attachment.sig>


More information about the Libstdc++ mailing list