avoid utf-8 buffer re-decoding #2477

Closed
hugoaboud wants to merge 0 commits from master into master
hugoaboud commented 2021-12-16 21:14:29 +00:00 (Migrated from github.com)

Related to this issue, fix suggested by @SheetJSDev.

Related to [this issue](https://github.com/SheetJS/sheetjs/issues/2476), fix suggested by @SheetJSDev.
Yogu commented 2021-12-17 14:25:46 +00:00 (Migrated from github.com)

Great! I think this condition should be added to the first if clause, too, so UTF-8-encoded buffers starting with a BOM also are not decoded twice.

Great! I think this condition should be added to the first `if` clause, too, so UTF-8-encoded buffers starting with a BOM also are not decoded twice.
reviewher commented 2022-02-08 03:20:36 +00:00 (Migrated from github.com)
92d8a38

Pull request closed

Sign in to join this conversation.
No description provided.