Re: new string module

2005-01-10 Thread Mauro Tortonesi
Alle 22:45, mercoled 5 gennaio 2005, hai scritto: On Wednesday 05 January 2005 02:46, Jan Minar wrote: What's wrong with mbrtowc(3) and friends? The mysterious solution is probably to use wprintf(3) instead printf(3). Couple of questions on #c on freenode would give you that answer.

Re: new string module

2005-01-05 Thread Dražen Kačar
Jan Minar wrote: What's wrong with mbrtowc(3) and friends? The mysterious solution is probably to use wprintf(3) instead printf(3). Couple of questions on #c on freenode would give you that answer. Historically, wget source was written in a way which allowed one to compile it on really old

Re: new string module

2005-01-05 Thread Mauro Tortonesi
Alle 02:46, mercoledì 5 gennaio 2005, Jan Minar ha scritto: as Fumitoshi UKAI suggested, the best choice would be to escape only the strings that need to be escaped. so, i think we should probably check together which strings passed to logprintf in the wget code need to be

Re: new string module

2005-01-05 Thread Mauro Tortonesi
Alle 18:28, mercoled 5 gennaio 2005, Draen Kaar ha scritto: Jan Minar wrote: What's wrong with mbrtowc(3) and friends? The mysterious solution is probably to use wprintf(3) instead printf(3). Couple of questions on #c on freenode would give you that answer. Historically, wget source was

RE: new string module

2005-01-05 Thread Tony Lewis
Mauro Tortonesi wrote: Alle 18:28, mercoled 5 gennaio 2005, Draen Kacar ha scritto: Jan Minar wrote: What's wrong with mbrtowc(3) and friends? The mysterious solution is probably to use wprintf(3) instead printf(3). Couple of questions on #c on freenode would give you that answer.

Re: new string module

2005-01-04 Thread Jan Minar
On Mon, Jan 03, 2005 at 11:16:34PM +0100, Mauro Tortonesi wrote: Alle 22:09, domenica 2 gennaio 2005, Jan Minar ha scritto: On Sun, Jan 02, 2005 at 01:37:36AM +0100, Mauro Tortonesi wrote: especially after you've posted a bug report on bugtraq (which was more a personal attack than a

Re: new string module

2005-01-03 Thread Mauro Tortonesi
Alle 22:09, domenica 2 gennaio 2005, Jan Minar ha scritto: On Sun, Jan 02, 2005 at 01:37:36AM +0100, Mauro Tortonesi wrote: i have just commited the new string.c module which includes a mechanism to fix the bug reported by no?l köthe:

Re: new string module

2005-01-02 Thread Jan Minar
On Sun, Jan 02, 2005 at 01:37:36AM +0100, Mauro Tortonesi wrote: i have just commited the new string.c module which includes a mechanism to fix the bug reported by no?l kthe: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271931 #271931 is: From: Ambrose Li [EMAIL PROTECTED] Subject: