sequelize-slugify icon indicating copy to clipboard operation
sequelize-slugify copied to clipboard

Unicode support?

Open blacksmoke26 opened this issue 5 years ago • 0 comments

Whenever the source column holds Unicode value, it converts into -1.

For instance:

name: جنید عطاری

in the database, it will be

name: جنید عطاری
slug: -1

It may help you: https://github.com/dzcpy/transliteration

blacksmoke26 avatar Mar 25 '19 08:03 blacksmoke26