Skip to content

Joe-noh/ccc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCC

wercker status

What's this?

This is a library for converting character code.

How to use?

# 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.

Contribution

Bug reports, pull requests, whatever else will be welcomed.