Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
LayoutTests
/
http
/
tests
/
cookies
/
resources
/
setUtf8Cookies.php
blob: bc714fd89a67d397318448302560753c1dedd7fd [
file
] [
log
] [
blame
]
<?
php
setcookie
(
"php_cookie"
,
"UTF-8 æøå 中国"
);
header
(
'Content-Type: text/html; charset=UTF-8'
);
header
(
'Location: setUtf8Cookies-result.php'
);
?>