Hello there,
I need to use a weird accent character in my links:
{{ "navideño" | urlize }}
The problem is that shows as: navide%25C3%25B1o
So my anchor links break.
I can do it with safeURL
, but then the spaces don’t get converted.
Can I have BOTH? urlize AND safeURL? If yes, how?
Sad panda here.
Thanks in advance.