Sign in
webkit
/
WebKit
/
f57827973246a6c2535cb131d8a9bf1f07495534
/
.
/
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'
);
?>