wchar_t != wint_t :-)
http://codereview.chromium.org/7779033/diff/1/test/cctest/test-compiler.cc File test/cctest/test-compiler.cc (right): http://codereview.chromium.org/7779033/diff/1/test/cctest/test-compiler.cc#newcode78 test/cctest/test-compiler.cc:78: printf("%u", static_cast<wint_t>(string[j])); On 2011/09/05 11:39:36, Sven wrote:
This changes the output: Now we print the character *code*, not the
character.
%lc is the right format specifier for a wchar_t/wint_t, perhaps we
have to teach
clang about it.
Done. http://codereview.chromium.org/7779033/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
