-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unicode filename problem on both gnome and kde #390
Comments
additonal info: on terminal, somehow autocompletion works on fetching the file. but when I type in the filename manually, file cannot be fetched.
in the first one, the file is selected with auto completion (writing 'TH' followed by a tab press) |
Is the "İ" character a turkish one? Either way, I think this might be related to the naming conventions issue mentioned in #387. |
yes, it is a turkish character which is not available in ISO-8859-1 but it is in ISO-8859-9. and no, it is not a disallowed character in none of the windows filesystems. it is usable in ntfs as well as onedrive. I suspect that the representation differences in utf-8, utf-16 and single char using 8850p9 might be causing the problem. |
Hmmph, I see. Hopefully @jstaf or @abraunegg have something else to say on this regard. |
@foopsss , @gokhanmoral The 'onedrive' application I maintain and develop checks compliance against a number of specific items (as per current development tree 'alpha-5'):
|
files or folders with unicode characters cannot be fetched or used.
reproduction method:
creating a file over onedrive web with the name "THIS_IS_TEST.txt" with content "test1" can be displayed with gnome text editor or kwrite.
creating a file over onedrive web with the name "THİS_İS_TEST.txt" with content "test2" cannot be opened.
creating a folder with letter "İ" in onedriver folder creates a folder on onedrive and it can be used over web, but the same folder cannot be used on neither gnome files nor dolphin.
The text was updated successfully, but these errors were encountered: