Giter VIP home page Giter VIP logo

libiconv-for-window's Introduction

静态库:libiconv for window 项目概述

简单介绍

当前移植项目基于 GNU 项目 libiconv-1.15 | http://www.gnu.org/software/libiconv/
移植到平台 window 10 14393.953 | Visual Studio 2017 
项目发起人 : simplec - wz | [email protected]

额外补充:

libiconv : 是 libiconv 静态库的项目目录
更多细节可以参照 : libiconv/ReadMe.txt
iconv_test : 是利用静态库构建的一个测试项目. 并构建了一个 sciconv.h 帮助接口, 方便使用.

所做的工作:

  • 将最新的GNU iconv 1.15 源码移植到 Visual Studio 2017 下
  • 修改了(小批量删除)不少编译代码.
  • 解决了所有 warning .....
  • 提供一个丑陋的 sciconv.h 的帮助接口 (好过没有不是吗)

api helper

#include <sciconv.h>
#define _INT_STR	(35)

char name[_INT_STR] = "还在 - simplec";
printf("[%s] is utf8 = %d.\n", name, si_isutf8(name));
si_gbktoutf8(name);
printf("[%s] is utf8 = %d.\n", name, si_isutf8(name));
更加详细的可以参照, iconv_test/iconv/include/sciconv.h

<< 江 (ㅍ_ㅍ) 南 >>

江南可采莲,莲叶何田田。鱼戏莲叶间。鱼戏莲叶东,鱼戏莲叶西,鱼戏莲叶南,鱼戏莲叶北。

libiconv-for-window's People

Contributors

wangzhione avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.