|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-29 19:28 UTC] jakob at skatetown dot dk
[2008-07-29 20:05 UTC] derick@php.net
[2008-07-29 20:11 UTC] jakob at skatetown dot dk
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
Description: ------------ The header function dont work with international characters lik: ?, ? and ?. It replace them with %f8 and stuff like that. ex: header("Location: http://www.uddannelsesst?tte.dk"); http://www.uddannelsesst?tte.dk is a danish site, that helps students finding money. Reproduce code: --------------- header("Location: http://www.uddannelsesst?tte.dk"); Expected result: ---------------- Redirected to the site "http://www.uddannelsesst?tte.dk" Actual result: -------------- Broser output: Couldn't find http://www.uddannelsesst%f8tte.dk