Sign in
webkit
/
WebKit
/
6756d1c4625eeb8d03076cb127515d00fa7c2e16
/
.
/
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"
,
"Проверка"
);