mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02: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.
|
|
};
|
|
})();
|