[webkit-dev] print the "uchar" variables

Zoltan Herczeg zherczeg at inf.u-szeged.hu
Tue Mar 10 03:26:25 PDT 2009


Hi,

%ls prints string arguments (like UChar*)
for UChar, %lc should be used.

Zoltan

> Hi all
> 	I am learning the webkit source codes, and there are many variables
> whose type is "UChar", Now I want to print the variables,
> if I use the sentence  " wprintf(L"%ls\n",variable); " ,it will print
> Unrecognizable Code.
> Could you tell me the right way?
> Thank you & regards
> zh




More information about the webkit-dev mailing list