mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
autosave document. loading attached files
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6535 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3fe1a50344
commit
bd685e0198
6 changed files with 30 additions and 16 deletions
|
|
@ -445,7 +445,7 @@
|
|||
|
||||
// 변환 후 출력
|
||||
if(strtolower($this->charset) == 'utf-8') print $content;
|
||||
else print iconv('UTF-8',$this->charset."//TRANSLIT", $content);
|
||||
else print iconv('UTF-8',$this->charset."//TRANSLIT//IGNORE", $content);
|
||||
|
||||
exit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue