Setting the content type to text only will
make some browsers to ignore the utf8 charset.
Set the default content type to "plain text"
to deliver UTF8 and avoid errors while generating
a bash script with special characters.
}
/* Lets use interface now. */
}
/* Lets use interface now. */
-header('Content-Type: text; charset=utf-8');
+header('Content-Type: text/plain; charset=utf-8');
check_errors ($cfg);
if (has_error ())
check_errors ($cfg);
if (has_error ())