[ 源代码: 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.