idn-allowed-code-points
v1.0.0
Published
Verisign’s list of allowed-by-default IDN code points.
Downloads
5
Maintainers
Readme
idn-allowed-code-points
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
| | |---| | Mathias Bynens |
License
idn-allowed-code-points is available under the MIT license.