Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / resources / get-windows-1251.cgi
1 #!/usr/bin/perl -wT
2 use utf8;
3 use Encode 'encode';
4
5 print "Content-type: text/plain; charset=windows-1251\n\n";
6 print encode("windows-1251", "Проверка");