idn-allowed-code-points

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i idn-allowed-code-points

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mathias