Source code

Revision control

Copy as Markdown

Other Tools

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