mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
mobileXE charset을 utf-8이 아닌 euc-kr로 기본 설정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1cb113afc3
commit
d63ec85153
2 changed files with 3 additions and 3 deletions
|
|
@ -74,8 +74,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// charset 지정
|
// charset 지정
|
||||||
function setCharSet($charset = 'utf-8') {
|
function setCharSet($charset = 'euc-kr') {
|
||||||
if(!$charset) $charset = 'utf-8';
|
if(!$charset) $charset = 'euc-kr';
|
||||||
$this->charset = $charset;
|
$this->charset = $charset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<description xml:lang="ko">
|
<description xml:lang="ko">
|
||||||
모바일 기기의 경우 utf-8 문자셋을 인식하지 못할 수 있습니다.
|
모바일 기기의 경우 utf-8 문자셋을 인식하지 못할 수 있습니다.
|
||||||
문자셋에 원하시는 문자셋을 입력하면 자동으로 변환하여 출력하여 모바일에서 이상없이 출력하도록 합니다.
|
문자셋에 원하시는 문자셋을 입력하면 자동으로 변환하여 출력하여 모바일에서 이상없이 출력하도록 합니다.
|
||||||
기본값은 utf-8입니다.
|
기본값은 euc-kr입니다.
|
||||||
</description>
|
</description>
|
||||||
</var>
|
</var>
|
||||||
</extra_vars>
|
</extra_vars>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue