Hi All,
I have a page which contains canvas in pop up window.I want to display some characters like ó (Alt + 0243), á (Alt + 0225 ) etc in canvas using fillText method. But these characters are eliminated from my string while displaying.
I tried <meta http-equiv="content-type" content="text/html; charset=UTF8" /> but it does not solve my problem.
Any help?
Go to the complete details ...