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:
misol 2009-06-13 08:17:49 +00:00
parent 3fe1a50344
commit bd685e0198
6 changed files with 30 additions and 16 deletions

View file

@ -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();
}