Commit Graph

8 Commits

Author SHA1 Message Date
Donovan Jimenez
9f790a3b51 Issue #1 - Corrected README installation instructions 2012-05-31 10:08:28 -03:00
Donovan Jimenez
4266152eb8 Update readme for project name change, go get doesn't like .go at the end of the github project name 2012-04-10 18:59:18 -04:00
Donovan Jimenez
d8ca80955a go1 updates: standard errors now in syscall package, no more makefile support 2012-04-10 18:30:42 -04:00
Donovan Jimenez
8c9fe240c5 Adding basic iconv unit tests and an untested (yet) writer implementation 2011-01-29 01:32:55 -05:00
Donovan Jimenez
5ea739d3eb Improving documentation and including shift reset logic 2011-01-29 01:31:00 -05:00
Donovan Jimenez
20aa6d93c3 Make sure we free our data made by C.CString. Also, updated cgo comments to multiline - seems to be preferred style 2011-01-16 14:40:30 -05:00
Donovan Jimenez
690531c87e * Added README.md
* moved sample programs to examples directory
 * cleaned up make make file
 * converter.go: ConvertString now uses Convert under the hood, removes some code duplication
 * reader.go: No need to have two separate buffers, can write directly in to buffer given in Read call. Simplifies code greatly
2011-01-15 04:06:50 -05:00
Donovan Jimenez
82db0fae9a Initial iconv go package, supports:
* string conversion
 * byte slice conversion
 * Reader conversion
2011-01-14 18:34:30 -05:00