
0
Answered
The text viewer is garbled! ! !
Administrator, can you modify the text viewer? It does not support encoding such as gbk, but only supports utf. Can it be modified to upload and automatically convert to utf?
Answer

For the "Text Editor" plugin to detect Chinese encodings, you will need to add the following inside "customizables/config.php" (read more on how to create that file in the advanced configuration):
$config['app']['encoding']['detect'] = ['BIG-5', 'UTF-8', 'ISO-8859-1', 'ASCII'];
Customer support service by UserEcho
This has been fixed with the latest released FileRun update.