Thanks to visit codestin.com
Credit goes to lib.haxe.org

iconv

The iconv project allows haxe to access the iconv library via the neko or c++ targets.
https://github.com/scabwort/haxeiconv/

To install, run:

haxelib install iconv 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

iconv

fork of iconv ( http://www.gnu.org/software/libiconv/ ) for Haxe 3/Neko 2

使用

最常见的场景在Windows的文件路径使用GB2312编码,和haxe内部的编码格式不同,创建文件时会乱码。

var dst = Iconv.convert("中国 UTF-8", Iconv.UTF8, Iconv.GB2312);
FileSystem.createDirectory(dst);

安装

haxelib install haxeiconv

贡献

需求

haxe >= 3.0
neko >= 2.0

License

The LGPL License

Status

The files are updated and are mostly working for all platforms. I will try to maintain it the best I can, if any issues are reported.

Contributors
scottLee
Version
1.0.0
Published
12 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub