Page 1 of 1

[SNIPPET] Transliterate to ASCII

Posted: 07 Jan 2025, 04:26
by rednoah
The ascii() function allows you to transliterate any language or script to ASCII characters.


Replace German Umlauts

Format: Select all

{ n.ascii() }
e.g. Müllers Büro

Code: Select all

Muellers Buero

Replace French Accents

Format: Select all

{ n.ascii() }
e.g. Amélie

Code: Select all

Amelie