Try wprintf instead of printf and Utf16Value instead of Utf8Value;
Currently you are sending utf8 string to printf, which expects text in
your locale's encoding (shift-jis?), so there's no way this would work.
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to