Slugfy formatter with problem

Slugfy formatter with problem does not accentuate.

dmx-bind:value=“inp_username.value.slugify()”

Looks like it is just dropping any special characters that it does not understand almost like it is missing the unicode formatters. I hardly ever use special characters so I have not really come across the issue on my side to be honest.

1 Like

Yes @psweb

I use this feature a lot now please take a look @patrick.

We currently don’t support special characters since they are different handled depending on the localization. For example to slugify für in turkish it should become fur and in german it should become fuer. If I would use the turkish slugify version on a german website it would mean someting different.

I checked the code from the jQuery slugify, should not be difficult to implement that in our formatter to have at least some replacements for those special characters, but it will not be locale aware.

Slugify formatter is updated in version 1.7.1.

1 Like