Closed mechatroner closed 3 years ago
At least we should never enable bulk mode with binary/latin-1 encoding since in this case we never use util.TextDecoder
and it should work fine in all environments.
Disabled the bulk mode in the cli version. The only thing worth doing is to check if the current env is Electron and/or there is no ICU and gracefully fail with a suggestion to switch encoding.
See the description of the problem in mechatroner/rainbow_csv#19