havardgulldahl / jottalib

A library to access files stored at jottacloud.com.
GNU General Public License v3.0
83 stars 19 forks source link

Cyrillic non unicode files and folders can not be shown in jottalib[FUSE] when mounted. #114

Open letasik opened 8 years ago

letasik commented 8 years ago

Subj: When trying to go into cyrillic/non unicode "öäõü" letter folder/ or file jottalib returns "BAD AADRESS" can provide logs as well. Quite critical.

havardgulldahl commented 8 years ago

@letasik Hey, please, would you be able to provide the logs? As a gist, perhaps?

letasik commented 8 years ago

the only question where those stored are :) the only log that console gives me is the "Can not access "Cyrillic filename" : Bad Address

havardgulldahl commented 8 years ago

@letasik Hey, I just pushed 0.5 out the door, with lots of unicode fixes. Could you try that version and let me see how it works for you?

letasik commented 8 years ago

UPDATE. ver 0.5 if there is a Cyrilic file or folder name system returns "Bad Address"

havardgulldahl commented 8 years ago

What's the file name, exactly? Are you able to copy it in here? Or make a screen shot from the official client, perhaps?

antonhagg commented 8 years ago

I have had troble with slovakian letters and file and foldernames with "+" in it before, tried to create files in the testfolder but couldn't. https://en.wikipedia.org/wiki/Slovak_orthography Not sure if this was fixed in #115

havardgulldahl commented 8 years ago

note to self. Maybe write a really forgiving parsing routine to make sure we never bomb out https://blog.luminoso.com/2012/08/20/fix-unicode-mistakes-with-python/