Uses the Unidecode library to convert unicode characters to their closest ascii representation. Unidecode is good for handling English text with the occasional unicode character (e.g. fiancé to fiance). This fixes the issue with curly quotations, but doesn't address the problem of handling stories written in non-Latin based alphabets such as Chinese.
Uses the Unidecode library to convert unicode characters to their closest ascii representation. Unidecode is good for handling English text with the occasional unicode character (e.g. fiancé to fiance). This fixes the issue with curly quotations, but doesn't address the problem of handling stories written in non-Latin based alphabets such as Chinese.