Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 1 Dec 2020 11:21:47 -0500
From: Rich Felker <dalias@...c.org>
To: Dong Brett <brett.browning.dong@...il.com>
Cc: musl@...ts.openwall.com
Subject: Re: Re: Question on C++ locale

On Tue, Dec 01, 2020 at 11:53:21AM +0800, Dong Brett wrote:
> Hi all,
> 
> Thank you all for your replies! I tried Samuel’s patch and it works
> with our application perfectly!

FYI the patch does not make the C++ locale API work, but it does let
you use std::locale::global(locale("")); as a C++-flavored substitute
for setlocale(LC_ALL,""); Interfaces which takes explicit locale
objects will not work still.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.