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