idnpunycode.com
internationalised domain names to punycode
:beta
this is an example: aupr%C3%A9.com idn: http://aupré.com ---- this is the browser address ------ punycode: http://xn--aupr-epa.com ---- utf-8 & ascii used for text --- utf-8 is escaped -------- utf-8: http://aupr%C3%A9.com ----- conventional ascii html text ----------------- ascii: http://aupré.com file can be called as: server response (get_headers), file_get_contents (idn needs to be urlencoded) example server calls: http://www.idnpunycode.com/?idn=aupr%C3%A9.com http://www.idnpunycode.com/?idn=someone%40aupr%C3%A9.com http://www.idnpunycode.com/?idn=http%3A%2F%2Fxn--aupr-epa.com posted (post or get), normal web browser call etc.
banner codes