This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [1.7] wprintf is broken?


On May 16 23:56, IWAMURO Motonori wrote:
> Hi.
> 
> wprintf is broken?
> 
> I compile & run the following source:
> 
> #include <stdio.h>
> #include <locale.h>
> #include <wchar.h>
> int main(void) {
>   setlocale(LC_ALL, "en_US.UTF-8");
>   wprintf(L"%ls\n", L"Test\n");
>   printf("Test\n");
>   return 0;
> }
> 
> Result text:
> http://vmi.jp/tmp/wprintf-is-broken.txt

Works for me:

  $ ./wp | od -c
  0000000   T   e   s   t  \n  \n   T   e   s   t  \n
  0000013


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]