print function works well on English characters, such as:
> print("abc123");
abc123

but when I try to using multi-byte characters, it has some problem,
such as:

V8 version 2.2.8
> print("中文");
锟斤拷锟斤拷
>

any clue about it?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to