Re: Print unicode strings in tests

2005-06-01 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Paul Vriens wrote: > > >Hi, > > > >I'd like to print unicode-strings in some tests (for debugging purposes). > >The following however does not show nice output on wine (it does on > >windows): > > > >static const WCHAR dataW[] = {'S','o','m','e',' ','

Re: Print unicode strings in tests

2005-05-31 Thread Robert Shearman
Paul Vriens wrote: Hi, I'd like to print unicode-strings in some tests (for debugging purposes). The following however does not show nice output on wine (it does on windows): static const WCHAR dataW[] = {'S','o','m','e',' ','d','a','t','a',0}; UNICODE_STRING usdata = { sizeof(dataW)-sizeof(WC

Print unicode strings in tests

2005-05-31 Thread Paul Vriens
Hi, I'd like to print unicode-strings in some tests (for debugging purposes). The following however does not show nice output on wine (it does on windows): static const WCHAR dataW[] = {'S','o','m','e',' ','d','a','t','a',0}; UNICODE_STRING usdata = { sizeof(dataW)-sizeof(WCHAR), sizeof(dataW), (