I have a documentation tool daux.io
that uses directory and file names as titles, like /docs/Catálogo/Extensões.md
, so I need to write with accents, but it makes files and directories not accessible to other tools like FTP transfer, they doesn’t transfer these files because they got error trying to open directory. Looking at directory I see a different name /docs/Cata'logo/Extenso~es.md
. Can I solve this?
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.
I have the same Issue here
The FTP protocol only supports ASCII and UTF-8 encodings.
The output of the
locale
command will show you what you are currently using:To change the locale, run: