1Symfony Polyfill / Intl: Idn
2============================
3
4This 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.
5
6More information can be found in the
7[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
8
9License
10=======
11
12This library is released under the [MIT license](LICENSE).
13