Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostya/idn_ffi

LibIdn FFI ruby binding
https://github.com/kostya/idn_ffi

Last synced: 20 days ago
JSON representation

LibIdn FFI ruby binding

Awesome Lists containing this project

README

        

#LibIdn FFI ruby binding

```
sudo apt-get install libidn11
```

Gemfile:
```ruby
gem 'idn_ffi'
```

```ruby
IDNFFI.to_ascii "топ-site.рф"
=> "xn---site-iyehw.xn--p1ai"

IDNFFI.to_unicode "xn---site-iyehw.xn--p1ai"
=> "топ-site.рф"
```