How to display arabic in Javascript?
Posted
by vishnu
on Stack Overflow
See other posts from Stack Overflow
or by vishnu
Published on 2010-04-22T08:12:30Z
Indexed on
2010/04/22
8:13 UTC
Read the original article
Hit count: 321
JavaScript
|utf-8
Hi Guys,
I am using utf-8 in my jsp page. I have set the page pageEncoding="UTF-8" contentType="text/html;"
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
But when i try to alert a UTF-8 value then its coming as same utf-8 characters.
© Stack Overflow or respective owner