[Digikam-devel] [Bug 195006] national charaters not accepted in database file path

Andrzej superandrzej at epf.pl
Thu Jan 12 22:26:37 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=195006





--- Comment #14 from Andrzej <superandrzej epf pl>  2012-01-12 22:26:37 ---
Gilles,

Yes it is still valid using digiKam 2.4.

I know where exactly problem is:
In digikamrc database location is stored in UTF8.

in my case:
/D/zdjęcia/

is stored like this:
Database Name=/D/zdjęcia/
Database Name Thumbnails=/D/zdjęcia/

This is UTF8 encodings seen in ISO 8859-2 locale.

so the solution would be convert the path stored in UTF8 in to current locale
encodings just before accessing the database. In my case UTF8 -> ISO 8859-2.

Apparently now digiKam instead of looking for /D/zdjęcia/ is looking for
/D/zdjęcia/ that does not exit.

To confirm this I created symlink to /D/zdjęcia/ called /D/zdjęcia/ and
digiKam had no problem in finding the location.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Digikam-devel mailing list