idn-allowed-code-points

Verisign’s list of allowed-by-default IDN code points.

Usage no npm install needed!

<script type="module">
  import idnAllowedCodePoints from 'https://cdn.skypack.dev/idn-allowed-code-points';
</script>

README

idn-allowed-code-points Build status

idn-allowed-code-points contains data extracted from the list of allowed IDN code points that Verisign uses by default. See the Verisign SRS IDN registration rules for more info.

This package enables an easy way of getting the list of all such symbols in string or code point format in your JavaScript build scripts.

Installation

Via npm:

npm install idn-allowed-code-points

In Node.js:

const codePoints = require('idn-allowed-code-points/code-points');
const symbols = require('idn-allowed-code-points/symbols');

Author

twitter/mathias
Mathias Bynens

License

idn-allowed-code-points is available under the MIT license.