I have a file with this content:
“L’HERA@DE#LAÉÀéà”
But when a read the file with script in the mikrotik:
:local content [/file get “file.html” contents]
content has: L’HERA@DE#LAÉÀéÃ
Is there any way to read file with UTF-8 codepage.
Thank’s
I have a file with this content:
“L’HERA@DE#LAÉÀéà”
But when a read the file with script in the mikrotik:
:local content [/file get “file.html” contents]
content has: L’HERA@DE#LAÉÀéÃ
Is there any way to read file with UTF-8 codepage.
Thank’s
There is no way.
Or better, there is one way: you must write yourself one script that read character by character and convert from UTF-8 to CP437…
Thank’s