[Webkit-unassigned] [Bug 41256] Javascript map object can not store/retrieve unicode values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 12:33:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41256


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zherczeg at webkit.org




--- Comment #8 from Zoltan Herczeg <zherczeg at webkit.org>  2010-06-29 12:33:35 PST ---
This is very interesting. Could you do some tests?

1) var unicode_keyboard_map = {"a":"b"} Is this working for 'a'?

2) alert("ৃ") is this write out this character? Please try it with external and internal script as well

3) var str = "র্" ; alert(str) this is the last test

Actually I am interested whether the parsing of the JS or the "map" (JSON literal) does not work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list