You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test that does setlocale(6, "de_DE.utf8") fails because I'm using Arch Linux, and during installation we explicitly enable the locales we're interested in.
The text was updated successfully, but these errors were encountered:
On Sat, May 12, 2018, 11:02 PM Johel Ernesto Guerrero Peña < ***@***.***> wrote:
The test that does setlocale(6, "de_DE.utf8") fails because I'm using
Arch Linux, and during installation we explicitly enable the locales we're
interested in.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#127>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ2HHweRSDQlXO-jgCH4cnQBXmZxHSsRks5tx6IwgaJpZM4T8o-u>
.
You could also test that the call to setlocale didn't return nullptr. I'd do it, but the conditional compilation to work around MSVC makes me unsure on how to do it cleanly.
The test that does
setlocale(6, "de_DE.utf8")
fails because I'm using Arch Linux, and during installation we explicitly enable the locales we're interested in.The text was updated successfully, but these errors were encountered: