diff --git a/lib/file-control.php b/lib/file-control.php index ec9680d..79a73ee 100644 --- a/lib/file-control.php +++ b/lib/file-control.php @@ -106,11 +106,18 @@ if ($_GET['action']=="load") { // Get local file } else { $loadedFile = toUTF8noBOM(getData($file),true); + //echo 'console.log('.$loadedFile.');'; } $encoding=ini_get("default_charset"); - if($encoding=="") + if($encoding=="") { $encoding="UTF-8"; - echo '