bug-gtypist
[Top][All Lists]
Advanced

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

Re: [bug-gtypist] ideas, implementations, patches.


From: clutton
Subject: Re: [bug-gtypist] ideas, implementations, patches.
Date: Thu, 19 May 2016 22:38:22 +0300

On Sat, 2016-05-14 at 16:21 +0200, Felix Natter wrote:
> clutton <address@hidden> writes:


> There is one thing we would really like to fix in auto*:
> A gentoo user complained that if you disable Native Language
> Support (--disable-nls), then not only translation support
> is disabled, but UTF8 support is broken, too. See [2].
> 
> A patch for this would be very welcome! If you don't do it,
> then I will do it.
> 


it's probably here gtypist.c:

#if defined(ENABLE_NLS) && defined(LC_ALL)
  setlocale (LC_ALL, "");

Moving setlocale one line up here should help, since as I understand we
always need output for wide chars, with or without NLS.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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