[ 原始碼: ruby-unidecode ]
套件:ruby-unidecode(1.0.0-2)
ruby-unidecode 的相關連結
Debian 的資源:
下載原始碼套件 ruby-unidecode:
- [ruby-unidecode_1.0.0-2.dsc]
- [ruby-unidecode_1.0.0.orig.tar.gz]
- [ruby-unidecode_1.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [unidecode.rubyforge.org]
相似套件:
Transliteratively convert UTF-8 text to US-ASCII
unidecode is a Ruby library for transliterating converting UTF-8 strings to plain ASCII representations.
This gem is a Ruby port of Perl library Text::Unidecode. The same caveats, notes, and constraints listed there apply here though the Ruby implementation here is slightly different, specifically the addition of String#to_ascii.