mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Optimizer 사용시 특정 서버마다 배경 이미지등이 나타나지 않는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3732 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aba0dbe595
commit
472b39b70c
2 changed files with 7 additions and 5 deletions
|
|
@ -379,6 +379,7 @@
|
|||
if($val && iconv($charset,$charset,$val)!=$val) $flag = false;
|
||||
}
|
||||
if($flag == true) {
|
||||
if($charset == 'UTF-8') return $obj;
|
||||
foreach($obj as $key => $val) $obj->{$key} = iconv($charset,'UTF-8',$val);
|
||||
return $obj;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue