Re: Default Windows locale for localename.c

2018-03-22 Thread lrn1986
On 15.03.2018 19:57, LRN wrote: On 15.03.2018 11:40, Eli Zaretskii wrote: From: LRN Cc: Eli Zaretskii Date: Wed, 14 Mar 2018 01:26:27 +0300 For English UI and Russian format setting: GetUserDefaultUILanguage() returns: 0x409 (primary ID 0x9 sub ID 0x1 (meaning en_US)). GetUserPreferredUILangu

Re: [PATCH 1/2] fts: do not use the getcwdat module

2018-03-22 Thread Kamil Dudka
On Thursday, March 22, 2018 12:12:59 AM CET Jim Meyering wrote: > On Wed, Mar 21, 2018 at 7:44 AM, Kamil Dudka wrote: > > ... because there is no such module in gnulib > > --- > > > > lib/fts.c | 26 +- > > 1 file changed, 5 insertions(+), 21 deletions(-) > > > > diff --