[SNIPPET] Transliterate to ASCII

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[SNIPPET] Transliterate to ASCII

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply