[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 17:05:05 PDT 2010


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





--- Comment #10 from S M Mahbub Murshed <udvranto at gmail.com>  2010-06-29 17:05:05 PST ---
The results for the tests:

1. javascript:alert(navigator.userAgent) returns:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari 533.16
Running Windows XP SP3 32 bit. Asian language support installed.

Image attached.

2. var unicode_keyboard_map = {"j":"a"}
This works for j and returns "a". Sample attached.

3. alert("ক") is this write out this character?
Does not work. Shows blank message box. I tried both typing in address bar and in the script. (attached).

4. var str = "র্"; alert(str);
Does not work either.

-- 
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