Prevent Different Character

Support for macOS users
Post Reply
dany20mh
Posts: 6
Joined: 16 Jul 2017, 16:07

Prevent Different Character

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Prevent Different Character

Post 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
:idea: Please read the FAQ and How to Request Help.
dany20mh
Posts: 6
Joined: 16 Jul 2017, 16:07

Re: Prevent Different Character

Post by dany20mh »

Thanks for the help.
Post Reply