I have a list of peoples names with accents in them however they have not been read properly in the python code, so it produces symbols in place for it.
['/Younghoon',
'/Riley_Green',
'/Peter_Popluh%C3%A1r',
'/Finn_Wolfhard',
'/Morteza_Pouraliganji',
'/Cristi%C3%A1n_de_la_Fuente',
'/Arturo_Carmona',
'/Fabian_Arnold',
'/Jack_Avery',
'/Andres_Camilo',
'/Utt%282%29',
'/Eduardo_Barquin',
'/Adri%C3%A1n_Lastra']
This should instead produce:
['/Younghoon',
'/Riley_Green',
'/Peter_Popluhár',
'/Finn_Wolfhard',
'/Morteza_Pouraliganji',
'/Cristián_de_la_Fuente',
'/Arturo_Carmona',
'/Fabian_Arnold',
'/Jack_Avery',
'/Andres_Camilo',
'/Utt%282%29',
'/Eduardo_Barquin',
'/Adrián_Lastra'
Where Utt%282%29
does not need converting because these are links to a website page, and this is as is for the website name.