hello,
I'm trying to open an HTML file using
JS window.location, but the file content text needs to be encoded each time it is opened in the browser, because the text is not written in English .
how can i specify the file encoding while opening the file, so any one could read the file after it is encoded?
thank you