https://github.com/threez/riconv
Ruby implementation of iconv to be platform independent
https://github.com/threez/riconv
Last synced: 5 months ago
JSON representation
Ruby implementation of iconv to be platform independent
- Host: GitHub
- URL: https://github.com/threez/riconv
- Owner: threez
- License: gpl-3.0
- Created: 2008-09-11T19:13:51.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2008-09-11T19:17:29.000Z (almost 18 years ago)
- Last Synced: 2025-07-04T23:41:29.768Z (12 months ago)
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: License.txt
Awesome Lists containing this project
README
= rIconv
Project website: http://riconv.rubyforge.org/
Project github repositiory: git://github.com/threez/riconv.git
== TODO:
* add more charsets
== DESCRIPTION:
This is a implementation of iconv in ruby for plattforms that don't ship with
it or have special needs.
== SYNOPSIS:
Use it like yiu would use the 'normal' iconv:
encoded = Iconv.iconv("ISO-8859-1", "EBCDIC-DE", "Hello World!")[0]
== INSTALL:
Just install the gem as you expect:
sudo gem install riconv
== LICENSE:
(GNU GENERAL PUBLIC LICENSE, Version 3)
Copyright (c) 2008 Vincent Landgraf