Page 1 of 1

Prevent Different Character

Posted: 16 Jul 2017, 16:09
by dany20mh
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

Re: Prevent Different Character

Posted: 16 Jul 2017, 16:11
by rednoah
You can use the ascii() method in your format.

e.g.

Code: Select all

n.ascii()
@see http://www.filebot.net/naming.html#functions

Re: Prevent Different Character

Posted: 16 Jul 2017, 16:51
by dany20mh
Thanks for the help.