Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 256 Bytes

PHP_IDN_Punycode

PHP Library for encoding and decoding international domain names to and from punycode

Simple example:

echo Punycode::encodeHostname('bücher.ch')."\n";
echo Punycode::decodeHostname('xn--bcher-kva.ch')."\n";