shama / grunt-minjson

A Grunt plugin for minifying json files.
MIT License
11 stars 2 forks source link

UTF-16 Files #4

Open rduchnik opened 10 years ago

rduchnik commented 10 years ago

I'm trying to use this for language files, some of which are UTF-16, but it seems to not keep the same encoding and I guess it's read/writing into different encoding formats.

Is it possible to keep it consistent or specify it in the config somewhere?

shama commented 10 years ago

No option that I know of but patches welcome!