Subject: Re: [boost] [review] Review of Nowide (Unicode)
From: Artyom Beilis (artyom.beilis_at_[hidden])
Date: 2017-06-23 09:10:53


בתאריך 23 ביוני 2017 12:05 אחה״צ,‏ "Frédéric Bron" <frederic.bron_at_[hidden]>
כתב:

>> - is there a way to undo what boost::nowide::nowide_filesystem() does?
>
> Good question. You need to restore the locale that was imbued to path. I
> don't see an API to get one without replacement.
>
> So probably I need to return the previous locale

which is returned already by boost::filesystem::path::imbue, good?

Yes, this is what I meant