I am putting some Japanese text in a div at run time but these characters are shown as boxes and triangles..
here is the head portion of my html page
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0">
and here is how I am putting text in div
if (getQSComponent(QSKeys.LangId) == 1) {
$('#title').text("情報");
$('#message').text("プロセスが正常に完了しました。");
}