bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] bindtextdomain with non ASCII directory name on windows


From: Frédéric Bron
Subject: [bug-gettext] bindtextdomain with non ASCII directory name on windows
Date: Fri, 9 Jun 2017 06:51:25 +0200

Hi,
Is there a way to set the base directory on Windows (mingw-w64) if the
directory name contains non ASCII characters.

char * bindtextdomain (const char * domainname, const char * dirname);

the function takes a const char* dirname so that the only way is to
pass a UTF-8 string which would work on linux. On Windows, the OS does
not work with UTF-8 strings so that I guess it would not work. What
can I do?

Regards,

Frédéric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]