mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 16:59:16 +00:00
6 lines
195 B
JavaScript
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.
|
|
};
|
|
})();
|