I’ve migrate a website from hostgator to digital ocean and I have filenames like: 11-01-03-La-Gr#U00e1fica-Completa.jpg and in hostgator I’ve see it like: 11-01-03-La-Gráfica-Completa.jpg
I’ve tried to change it within the console like: convmv -r -f ISO-8859-1 -t UTF-8 . convmv -r -f ascii -t UTF-8 . and so… But I can’t change it. I don’t know what to do, the are almost 3000 files like that. Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Thanks to both. Now I can see it right in terminal / console… but apache is still with the error… And I’ve added the line:
or
Here’s a summary from a solution by Sakshi’s Oracle blog that works for Ubuntu:
then edit /etc/default/locale and add LC_ALL and LANGUAGE with values “es_ES.UTF-8”, like this
Now try the locale command again.