Category "accent-sensitive"

Convert accent characters to normal characters in Liquid

For instance name = Florian Müllner, want name to be Florian MUllner How to covert name with accented characters in Liquid? Read the replace doc, but was n

How to transform the word Gr\u008Egoire to it's normal form in Javascript?

Hope you are doing well! I have a list of french names with accents, but I receive them encoded like "Gr\u008Egoire", but I want to display the real word. Thank