Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
semantics
/
scripting-1
/
the-script-element
/
external-script-utf8.js
blob: eb442c97bc9153dca88c651c91a5a6bb92700aa8 [
file
] [
log
] [
blame
] [
edit
]
(
function
()
{
window
.
getSomeString
=
function
()
{
return
"śćążź"
;
//<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
};
})();