Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Joe-noh/ccc
Character Code Converter
https://github.com/Joe-noh/ccc
Last synced: 3 months ago
JSON representation
Character Code Converter
- Host: GitHub
- URL: https://github.com/Joe-noh/ccc
- Owner: Joe-noh
- License: mit
- Created: 2015-07-14T10:16:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T08:22:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T03:30:31.490Z (3 months ago)
- Language: Elixir
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Character Code Converter. (Text and Numbers)
- fucking-awesome-elixir - ccc - Character Code Converter. (Text and Numbers)
- awesome-elixir - ccc - Character Code Converter. (Text and Numbers)
README
# CCC
[![wercker status](https://app.wercker.com/status/c64a1546487124931d66163484b1c329/s/master "wercker status")](https://app.wercker.com/project/bykey/c64a1546487124931d66163484b1c329)
### What's this?
This is a library for converting character code.
### How to use?
```elixir
# CCC.convert(string, from, to)iex> CCC.convert "概ねアグリー", "UTF-8", "EUC-JP"
<<179, 181, 164, 205, 165, 162, 165, 176, 165, 234, 161, 188>>
```CCC uses libiconv. Please refer to [the documents](http://www.gnu.org/software/libiconv/).
### Contribution
Bug reports, pull requests, whatever else will be welcomed.