Re: string_t breaks compilation under Solaris

2005-02-23 Thread Simone Piunno
On Tuesday 22 February 2005 00:10, Hrvoje Niksic wrote: > If wide chars were in that message, you could no longer print it with > printf, which means that a majority of gettext-using programs would be > utterly broken, Wget included. I imagine I would have gotten a bunch > of bug reports for that

Re: string_t breaks compilation under Solaris

2005-02-21 Thread Simone Piunno
On Monday 21 February 2005 16:18, Hrvoje Niksic wrote: > Also, gettext doesn't change behavior of low-level > routines in a fundamental way -- it's just a way of getting different > strings. On the other hand, wide chars do introduce pretty invasive > changes to the way things work. The most bas

Re: string_t breaks compilation under Solaris

2005-02-21 Thread Simone Piunno
On Monday 21 February 2005 12:29, Hrvoje Niksic wrote: > >> string_t.c uses the function iswblank, which doesn't seem to exist > Please don't do that. Interface and behavior of iconv change tends to > vary greatly between systems and their versions. Also, "wide > character" support is still mis