[ 𝗕𝘂𝗴 ] Unicode in handleize output

This handleize behavior seems wrong.

According to the Docs:
If there are multiple consecutive whitespace or special
characters, then they're replaced with a single hyphen.

Test Case

{{ 'Abc 123-D--E 🔪 ŭ' | handleize }}

Expected Output

abc-123-d-e-u

Actual Output

abc-123-d-e-🔪-u

Hi John,

I’ve tested this out and am seeing the same:


Have asked our product team about this.

1 Like