ariselseng / camerarawpreviews

Camera Raw Previews app for Nextcloud
GNU Affero General Public License v3.0
53 stars 11 forks source link

[BUG] Can't view raw files if the folder name is Chinese #78

Closed 3egirlsdream closed 2 years ago

3egirlsdream commented 3 years ago

how to reappear

ariselseng commented 3 years ago

@3egirlsdream Multiple people have reported this without me figuring out how to reproduce it. On my system chinese characters works great. Could you provide me with some details about the web server and locale setup?

ariselseng commented 3 years ago

@3egirlsdream Here is an example file that you could load through apache:

<?php
$currentLocale = setlocale(LC_ALL, 0);
var_dump($currentLocale);

I need the output of this so I can try to reproduce the issue locally.

ariselseng commented 3 years ago

@3egirlsdream Please try version 0.7.13 .

ariselseng commented 2 years ago

Closing this. This should be fixed now.