Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fanlia/iconv

Wrap iconv for vlang
https://github.com/fanlia/iconv

Last synced: about 2 months ago
JSON representation

Wrap iconv for vlang

Awesome Lists containing this project

README

        

# iconv
Wrap iconv for vlang

## Getting Started

```sh
v install fanlia.iconv
```

## Usage

```v
import fanlia.iconv

fn main() {

cd := iconv.open('gbk', 'utf-8')

defer { cd.close() }

gbk := cd.conv_string('你好')

println(gbk)

}

```

## License

MIT