max-mapper / csv-write-stream

A CSV encoder stream that produces properly escaped CSVs
BSD 2-Clause "Simplified" License
204 stars 37 forks source link

feature/Update default encoding to support foreign characters #36

Closed wliu675 closed 6 years ago

wliu675 commented 6 years ago

This is for: https://highground.atlassian.net/browse/HG-4559 https://highground.atlassian.net/browse/HG-5132

Update so that we can set default encoding to utf-16 to support foreign characters in csv reports.

johnzhu12 commented 6 years ago

Hi, @wliu675 ,if I added it like your code.will it be ok when I export chinese characters. I'm new to nodejs. I submit a new issue #41