iconv-go | iconv support for Go | Wrapper library

 by   djimenez Go Version: Current License: BSD-2-Clause

kandi X-RAY | iconv-go Summary

kandi X-RAY | iconv-go Summary

iconv-go is a Go library typically used in Utilities, Wrapper applications. iconv-go has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

iconv support for Go
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              iconv-go has a low active ecosystem.
              It has 405 star(s) with 67 fork(s). There are 18 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 12 open issues and 22 have been closed. On average issues are closed in 134 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of iconv-go is current.

            kandi-Quality Quality

              iconv-go has no bugs reported.

            kandi-Security Security

              iconv-go has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              iconv-go is licensed under the BSD-2-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              iconv-go releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of iconv-go
            Get all kandi verified functions for this library.

            iconv-go Key Features

            No Key Features are available at this moment for iconv-go.

            iconv-go Examples and Code Snippets

            No Code Snippets are available at this moment for iconv-go.

            Community Discussions

            QUESTION

            How can I install a go package with MinGW which depends on libiconv
            Asked 2017-Feb-25 at 15:09

            I am currently trying to set up a Go project, and considering I am running Windows, while the other 2 developers are working on a Mac, I have some trouble with installing a few packages.

            After trying to install the packages with cmd, I was only able to install 2 out of 4. The other two needed gcc.

            Therefore, I installed MinGW. I was able to install a third package that way, but now I am stuck on https://github.com/mikkyang/id3-go.

            It seems to depend on another underlying project, https://github.com/djimenez/iconv-go. The moment I try to go install id3-go, I am always left with this error:

            ...

            ANSWER

            Answered 2017-Feb-25 at 15:09

            I've met the same problem when I want to go install github.com/google/gopacket which need CGO. It's because your libiconv2.a is generated by other compiler, so it's incompatible with mingw32 compiler as the error message says. We need generate the static lib with the mingw32 toolset:

            1. find libiconv-2.dll(the coresonding dynamic library) in your PC
            2. run gendef(located in C:\TDM-GCC-64\x86_64-w64-mingw32\bin in my 64-bit Windows ) on those files gendef libiconv-2.dll, this will generate libiconv2.def file
            3. Then generate the static library:

              dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libiconv2.a --input-def libiconv2.def

            4. copy libiconv2.a to proper location.

            Source https://stackoverflow.com/questions/42231030

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install iconv-go

            The main method of installation is through "go get" (provided in $GOROOT/bin). This both downloads from github and installs the package into your $GOPATH. To just recompile the package after you've already "get"ed (e.g. for a new go version), use "go install" instead. See documentation for "go get" and "go install" for more information. PLEASE NOTE that this package requires the use of cgo, since it is only a wrapper around iconv - either provided by libiconv or glibc on your system. Attempts to build without cgo enabled will fail.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/djimenez/iconv-go.git

          • CLI

            gh repo clone djimenez/iconv-go

          • sshUrl

            git@github.com:djimenez/iconv-go.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Wrapper Libraries

            jna

            by java-native-access

            node-serialport

            by serialport

            lunchy

            by eddiezane

            ReLinker

            by KeepSafe

            pyserial

            by pyserial

            Try Top Libraries by djimenez

            TODO

            by djimenezRuby