Hi,
Is there any way that I can prevent FileBot to use other character rather than English ?
For example, instead of Pokémon, it save it as Pokemon
Prevent Different Character
Re: Prevent Different Character
You can use the ascii() method in your format.
e.g.
@see http://www.filebot.net/naming.html#functions
e.g.
Code: Select all
n.ascii()
Re: Prevent Different Character
Thanks for the help.