Implement encoding determination for external scripts.

This commit is contained in:
askalski
2016-01-09 21:40:45 +01:00
committed by Ms2ger
parent b1cd28e9c6
commit 89b8499df8
7 changed files with 175 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
(function() {
window.getSomeString = function() {
return "śćążź"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
};
})();