Captain_Goggles Posted January 20, 2007 Share Posted January 20, 2007 Hi, I'm try to use the php header Location to redirect to an Internationalized Domain Name (a domain name with Unicode). For example here is what I've been trying to use:[code]<?php header("Location: http://www.ø.org"); ?>[/code]However, this will just redirect to http://www.%f8.org. When I tried to use HTML ASCII (ø for ø), that didn't work either.Does anyone have any suggestions as to how to use Unicode in PHP? Link to comment https://forums.phpfreaks.com/topic/35019-need-help-with-unicode-in-php/ Share on other sites More sharing options...
Captain_Goggles Posted January 21, 2007 Author Share Posted January 21, 2007 Alright, since this doesn't seem to be possible in PHP, I used a Javascript redirection script instead, and a PHP script to detect when Javascript is not enabled. Link to comment https://forums.phpfreaks.com/topic/35019-need-help-with-unicode-in-php/#findComment-165751 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.