Status: New
Owner: ----

New issue 2307 by [email protected]: Continued from issue 2303 "Korean language is broken"
http://code.google.com/p/v8/issues/detail?id=2307

Hi~.

I attached my test project.

I called the method "MessageLog" with the argument '가나다라마바사'. In the global function "MessageLog", utf8 that was converted with args[0] is abnormal. In MBCS, the length of '가나다라마바사' is 14, but utf8.length is 10 and utf8.str_ is not '가나다라마바사'.

What should I do something for MBCS or Unicode in project properties? or Should I call any static or global function in v8 for Character Set or System Locale?

please let me know...

Thx~

Attachments:
        JSTest.zip  1.9 MB

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

Reply via email to