Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] UTF8 vs. locale in error messages (bug 5715)

From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Tue, 28 Jun 2011 12:22:49 +0200
On Tue, Jun 28, 2011 at 10:14:34AM +0200, Stig Bj?rlykke wrote:
> On Tue, Jun 28, 2011 at 9:35 AM, Jakub Zawadzki
> <darkjames-ws@xxxxxxxxxxxx> wrote:
> > g_strerror() ?
> 
> Yes, of course :)  Thank you.

no problem ;-)

Btw. I know that nowadays I'm the only one who uses non-utf locales on console,
but when we print on console (stdout/stderr) I think we should use strerror() from libc,
i.e. strerror() which don't recode message to utf-8.

but well, it's nothing very important...