Files
UXP-Fixed/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js
T
2018-02-02 04:16:08 -05:00

6 lines
195 B
JavaScript

(function() {
window.getSomeString = function() {
return "œæ¹¿Ÿ"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
};
})();