Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
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'
);
?>