You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
469 B

3 years ago
  1. Symfony Polyfill / Intl: Idn
  2. ============================
  3. This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://php.net/idn-to-utf8) functions to users who run php versions without the [Intl](https://php.net/intl) extension.
  4. More information can be found in the
  5. [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
  6. License
  7. =======
  8. This library is released under the [MIT license](LICENSE).