add encoding support to file in/out node (#2066)

* add encoding support to file in/out node

* update package.json

* change default encoding label: 'none' -> 'utf8[default]'

* add a missing message catalogue entry

* change default encoding label
This commit is contained in:
Hiroyasu Nishiyama
2019-03-07 07:28:33 +09:00
committed by Dave Conway-Jones
parent 3c013b3533
commit dc89218702
9 changed files with 1012 additions and 14 deletions

View File

@@ -36,7 +36,8 @@
"on-headers": "1.0.2",
"raw-body": "2.3.3",
"request": "2.88.0",
"ws": "6.1.4",
"xml2js": "0.4.19"
"ws": "6.1.3",
"xml2js": "0.4.19",
"iconv-lite": "0.4.24"
}
}