• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

cyrillic filename to page title

Status
Not open for further replies.

ashurge

Chevereto Member
When i upload a picture which filename is in cyrillic (like a 'цветы.jpg') — the title of page with image is not filled automatically, it's empty.

But with latin filename ('flower.jpg') it's ok - title of page with uploaded image is "flower".

Can you fix it, please.

attached file with cyrillic name. for tests.
 

Attachments

Add this to app/loader.php

PHP:
setlocale(LC_ALL, 'en_US.UTF8');

Just before:
PHP:
// settings.php workaround
 
Status
Not open for further replies.
Back
Top