We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20b1b4 commit 8bb54faCopy full SHA for 8bb54fa
1 file changed
README.md
@@ -6,6 +6,9 @@
6
[](https://packagist.org/packages/rowbot/punycode)
7
[](https://packagist.org/packages/rowbot/punycode)
8
9
+An implementation of RFC 3492 Punycode in PHP, based on the sample implementation in [Appendix C](https://tools.ietf.org/html/rfc3492#appendix-C).
10
+This is NOT a substitue for `idn_to_ascii` and `idn_to_utf8`.
11
+
12
## Requirements
13
14
* PHP 7.1+
0 commit comments