ID:               45657
 Comment by:       jakob at skatetown dot dk
 Reported By:      jakob at skatetown dot dk
 Status:           Open
 Bug Type:         HTTP related
 Operating System: Linux
 PHP Version:      4.4.8
 New Comment:

This is pretty urgent, cause Denmark has just released domain names
with æ, ø and å.


Previous Comments:
------------------------------------------------------------------------

[2008-07-29 19:27:16] jakob at skatetown dot dk

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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45657&edit=1

Reply via email to