sindresorhus / filenamify

Convert a string to a valid safe filename
MIT License
489 stars 26 forks source link

Accented characters #28

Closed astoilkov closed 2 years ago

astoilkov commented 2 years ago

Have you considered running path.normalize('NFD') to the filename?

Why?

sindresorhus commented 2 years ago

Good idea 👍