Commit Graph

  • 37678f5397 兼容Linux平台 master v1.0.3 v1.0.2 yuxh 2021-11-03 10:09:48 +0800
  • 55c60d656f 添加对Linux平台的支持 v1.0.1 yuxh 2021-11-03 00:08:12 +0800
  • 76db7b6827 Merge 7a42bff3b9 into 8960e66bd3 Théo MAILLART 2017-12-31 14:35:39 +0000
  • 7a42bff3b9 Added iconv flag directive for linux Théo MAILLART 2017-12-31 15:28:57 +0100
  • 92324b12ac Merge a84994e6e9 into 8960e66bd3 Donovan Jimenez 2017-04-30 03:24:08 +0000
  • a84994e6e9 Rework Reader and Writer reader-writer-rework Donovan Jimenez 2017-04-25 00:37:24 -0400
  • e5d27a6e48 Merge f5db214e8b into 8960e66bd3 kristen1980 2017-04-21 21:54:39 +0000
  • f5db214e8b Close converter kristen1980 2017-04-21 15:54:10 -0600
  • a29b98e181 Merge 65e0728ca8 into 8960e66bd3 mlr3000 2016-08-31 01:38:47 +0000
  • 65e0728ca8 CentOS error mlr3000 2016-08-31 09:38:32 +0800
  • ee044a164c Merge 0efdb40d57 into 8960e66bd3 Mo Zhonghua 2016-06-24 02:56:36 +0000
  • 0efdb40d57 Fix truncated data MoZhonghua 2016-06-24 10:54:53 +0800
  • 563d48c264 Merge 181ac22e08 into 8960e66bd3 Mo Zhonghua 2016-06-23 09:00:36 +0000
  • 181ac22e08 Reader/Writer should implement Close() to free convertor MoZhonghua 2016-06-23 16:59:02 +0800
  • 9ec1b936e5 fillBuffer() should not return -1 when EOF MoZhonghua 2016-06-23 10:56:59 +0800
  • 331deca0a8 Fix #17: NewReader can't process data bigger than 8K MoZhonghua 2016-06-18 17:02:05 +0800
  • 8960e66bd3 Merge pull request #24 from kowalczykp/master Donovan Jimenez 2016-03-05 17:51:43 -0500
  • 072063d01b Fixes #23 using call_iconv wrapper pkowalczyk 2016-02-20 20:24:08 +0100
  • b5a0918160 issue #11: calling setlocale at init for TRANSLIT translit-issue-11 Donovan Jimenez 2014-02-05 14:33:59 -0500
  • 5f6a5a4f00 Updated README.md with note about cgo requirement Donovan Jimenez 2013-12-19 12:13:16 -0500
  • 454e39a98f Issue #8: change iconv import to reflect typical github import path Donovan Jimenez 2013-08-19 12:33:08 -0400
  • c6169bab90 running gofmt on sources, and removing iconv LDFLAG on linux Donovan Jimenez 2013-06-27 16:56:58 -0400
  • 76220410e9 issue #6: adding LICENSE file with 2-clause BSD text Donovan Jimenez 2013-06-27 16:47:50 -0400
  • 434bc339c7 Merge pull request #2 from haonan3344/patch-1 Donovan Jimenez 2012-06-23 01:14:23 -0700
  • a602cfa314 Merge 9972d7fa01 into 9f790a3b51 GitHub Merge Button 2012-06-22 18:34:37 -0700
  • 9972d7fa01 In windows cannot "go get ...",for "undefined reference to libiconv" haonan3344 2012-06-23 09:33:59 +0800
  • 9f790a3b51 Issue #1 - Corrected README installation instructions Donovan Jimenez 2012-05-31 10:08:28 -0300
  • 4266152eb8 Update readme for project name change, go get doesn't like .go at the end of the github project name Donovan Jimenez 2012-04-10 18:59:18 -0400
  • d8ca80955a go1 updates: standard errors now in syscall package, no more makefile support Donovan Jimenez 2012-04-10 18:30:42 -0400
  • 8c9fe240c5 Adding basic iconv unit tests and an untested (yet) writer implementation Donovan Jimenez 2011-01-29 01:32:55 -0500
  • 5ea739d3eb Improving documentation and including shift reset logic Donovan Jimenez 2011-01-29 01:31:00 -0500
  • 20aa6d93c3 Make sure we free our data made by C.CString. Also, updated cgo comments to multiline - seems to be preferred style Donovan Jimenez 2011-01-16 14:40:30 -0500
  • 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 Donovan Jimenez 2011-01-15 04:06:50 -0500
  • 82db0fae9a Initial iconv go package, supports: * string conversion * byte slice conversion * Reader conversion Donovan Jimenez 2011-01-14 18:34:30 -0500