Re: unistdio/u16-printf-parse on debian etch

2009-01-14 Thread Simon Josefsson
Bruno Haible writes: > Thanks. A couple of similar modules have the same mistake. I'm applying this > followup: Great. Btw, aren't the file names stdint_h.m4 and inttypes_h.m4 confusing? I don't have a better suggestion though. /Simon

Re: unistdio/u16-printf-parse on debian etch

2009-01-13 Thread Bruno Haible
Hi Simon, Simon Josefsson wrote: > I got the error below, and pushed the obvious fix. > --- a/modules/unistdio/u16-printf-parse > +++ b/modules/unistdio/u16-printf-parse > @@ -8,6 +8,8 @@ lib/printf-parse.h > lib/printf-parse.c > m4/vasnprintf.m4 > m4/intmax_t.m4 > +m4/stdint_h.m4 > +m4/inttype

Re: unistdio

2007-02-26 Thread Paolo Bonzini
and (B) the printf I spent all weekend working on merging? So far, it's unrelated. snprintfv lets me define my own handler for %U or similar, but I don't see how to produce UTF-16 or UTF-32 strings with snprintfv, and how to take UTF-16 or UTF-32 strings as arguments without dirty casting. L