Registry / networking / simpleidn

simpleidn

JSON →
library0.2.3rbrubygemsunverified

Converts between punycode ACE strings and Unicode UTF-8 strings for internationalized domain names.

gem install simpleidn
INSTALL
IMPORT
SIG · SIMPLEIDN
S
simpleidn
networkingrubyv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SimpleIDN
require 'simpleidn'

Convert a punycode ACE string to Unicode.

require 'simpleidn' ace = 'xn--bcher-kva' unicode = SimpleIDN.to_unicode(ace) puts unicode # => 'bücher'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
simpleidn — gem install simpleidn · libregistry