gulp-iconv

Run ashtuchkin/iconv-lite and translate encoding.
Iconv in gulp.
Install
$ npm install --save-dev gulp-iconv
Usage
var gulp = ;var iconv = ; gulp;
API
iconv(options)
options
decoding
Type: string
Default: 'utf8'
The encoding of input stream. See Supported encodings.
encoding
Type: string
Default: 'utf8'
The encoding of output stream. See Supported encodings.