Hi,

I'm trying to use unicode characters in an extension. Code is as
follows :

<html>
<head>
  <script>
    function load() {
      document.getElementById("test").innerHTML =
"\u0dc3\u0dd2\u0d82\u0dc4\u0dbd";
    }
  </script>
</head>
<body onload="load()">
  <div id="test">
  </div>
</body>
</html>

When I use this a popup, the extension crashes.

However, the same page works properly as a normal web page in chrome :
http://www.sandaru1.com/files/chrome.png (this is how it's supposed to
look like)

I'm using Ubuntu 9.04 64bit.

Chrome version information :

Google Chrome      4.0.249.21 (Official Build 33275)
WebKit                  532.5
V8                         1.3.18.13
User Agent            Mozilla/5.0 (X11; U; Linux x86_64; en-US)
AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.21 Safari/532.5

Regards,
Sandaruwan Gunathilake

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to