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])); 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. http://codereview.chromium.org/7779033/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
