Sign in
webkit
/
WebKit
/
50871c22f14ce15263d8f7e18fb0f6a3f28c41de
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
get-windows-1251.cgi
blob: 580f6b50c6079f75923f269ab6128bc40c974313 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
use
utf8
;
use
Encode
'encode'
;
print
"Content-type: text/plain; charset=windows-1251\n\n"
;
print
encode
(
"windows-1251"
,
"Проверка"
);