Describe the bug
I have an application which keeps translations in UTF-8, to display them in a user's native encoding I use bind_textdomain_codeset(const char * domainname, const char * codeset ) but calls to gettext() return strings in UTF-8.
Environment
- OS: Windows
- Compiler: MSVC2015u3
Expected behavior
Strings returned by gettext() are converted to local encoding.
Describe the bug
I have an application which keeps translations in UTF-8, to display them in a user's native encoding I use
bind_textdomain_codeset(const char * domainname, const char * codeset )but calls togettext()return strings in UTF-8.Environment
Expected behavior
Strings returned by
gettext()are converted to local encoding.