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 = ;const symbols = ;
Author
Mathias Bynens |
License
idn-allowed-code-points is available under the MIT license.