• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Images

allwotlk

Chevereto Member
Is it possible to support Russian language in the name of the directory on images? And then the characters says in the title. And question 2, you can do for each picture to spell it a title, description and keyword phrases?
 
1. Yes but no. Problem is that even UTF-8 support for files and directories exists, for URIs (URLs) is a complete different story. The UTF-8 chars are encoded so instead of using á the system will use %C3%A1

Thing is that even you saw an URL like http://chevereto.com/ábcdé the real URL (and the one that will be used when you copied that URL) is:
Code:
http://chevereto.com/%C3%A1bcd%C3%A9
And that is how the system will output the URL (share links and so on). So yes, you can do it but it won't give you nice results.

2. Available in version 3.X
 
Back
Top