Re: problem with libc6 / iconv

2016-10-10 Thread Jérémy Lal
2016-10-10 21:29 GMT+02:00 Vincent Lefevre : > On 2016-10-09 10:21:03 +0300, Lars Wirzenius wrote: > > On Sun, Oct 09, 2016 at 01:49:14AM +0200, Jérémy Lal wrote: > > > node-iconv used to be able to translit utf-8 chars (ça va) to ascii > (ca va) > > > using

Re: problem with libc6 / iconv

2016-10-10 Thread Vincent Lefevre
On 2016-10-09 10:21:03 +0300, Lars Wirzenius wrote: > On Sun, Oct 09, 2016 at 01:49:14AM +0200, Jérémy Lal wrote: > > node-iconv used to be able to translit utf-8 chars (ça va) to ascii (ca va) > > using setlocale("C.UTF-8") trick. > > > > However, several libc6 version ago, that behavior

Re: problem with libc6 / iconv

2016-10-09 Thread Lars Wirzenius
On Sun, Oct 09, 2016 at 01:49:14AM +0200, Jérémy Lal wrote: > node-iconv used to be able to translit utf-8 chars (ça va) to ascii (ca va) > using setlocale("C.UTF-8") trick. > > However, several libc6 version ago, that behavior changed, to the point > node-iconv fails its tests now. > > I've

problem with libc6 / iconv

2016-10-08 Thread Jérémy Lal
Hi, node-iconv used to be able to translit utf-8 chars (ça va) to ascii (ca va) using setlocale("C.UTF-8") trick. However, several libc6 version ago, that behavior changed, to the point node-iconv fails its tests now. I've failed to work around that, and i'm lacking libc6 knowledge to fix it,