mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-27 21:38:33 +00:00
6 lines
200 B
JavaScript
6 lines
200 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.
|
|
};
|
|
})();
|