Is there a tool to replace fancy utf chars like U+2018
(LEFT SINGLE QUOTATION MARK), U+2019
(RIGHT SINGLE QUOTATION MARK) with normal quote chars: '
, etc. like lodash deburr command does?
Is there a tool to replace fancy utf chars like U+2018
(LEFT SINGLE QUOTATION MARK), U+2019
(RIGHT SINGLE QUOTATION MARK) with normal quote chars: '
, etc. like lodash deburr command does?
You can use
iconv
e.g.