This topic is locked

Label editor?

10/23/2008 1:09:46 AM
PHPRunner General questions
Q
quyennt_ptit author

My project using language charset: unicode (UTF-8)
languages.cfg include:

<language filename="VietnameseUtf8.lng" name="VietnameseUtf8" lcid="1066" codepage="65001" charset="utf-8" />
Web browser encoding = unicode (utf8)
$cCharset = "utf-8"; in dbcommon.php
1.in Label editor

config 1


But...
2.In web browser

config 2


Please help me.
Thanks!!!

S
spitraberg 11/25/2008

My project using language charset: unicode (UTF-8)

languages.cfg include:

<language filename="VietnameseUtf8.lng" name="VietnameseUtf8" lcid="1066" codepage="65001" charset="utf-8" />
Web browser encoding = unicode (utf8)
$cCharset = "utf-8"; in dbcommon.php
1.in Label editor

config 1


But...
2.In web browser

config 2


Please help me.
Thanks!!!


add bellow meta tag between {<head></head>} of all html page in {program files/PhpRunner/template and style folder name that you choose} folder

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

S
spitraberg 11/29/2008

you can use cp-converter(search in sourceforge for download CpConverter) to change encoding of html file in template folder of your project at once from ANSI to UTF-8, then lable shows correctly.