You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you try to mount a folder containing non-latin symbols, you can't do it:
If you create crypt folder via GUI app, it'll say "Error saving configuration file"
If you create a create crypt folder in latinic-characters-path and move to path containing non-latin symbols and try to mount it, it will crash with no error
if you use cmd to create crypt folder a path, it'll say "path [path with wrong-encoded non-latin symbols] does not exis. Should it be created?"
To Reproduce
Steps to reproduce the behavior:
Create a folder in path ".../русский/ελληνική/"
Try to encrypt it
It's not encrypting
Move encrypted folder to the path with non-latin characters
Try to mount it
It's not mounting
ex:
chcp 65001
encfs T:\Temp\русский\ελληνική\ X: The directory "T:\Temp\\????????/" does not exist. Should it be created? (y,n)
Desktop (please complete the following information):
OS: Windows 10
Processor architecture: x64 (Ryzen 5 3600)
Encfs4win version: [v1.10.2
Dokan version: v131
Additional context
If I use a command without setting a codepage, it will be on 866 althrough chcp say the current code page: 65001
C:\Program Files (x86)\encfs>chcp
Текущая кодовая страница: 65001
C:\Program Files (x86)\encfs>encfs T:\Temp\русский\ελληνική\ X:
The directory "T:\Temp\Ёєёёъшщ\????????/" does not exist. Should it be created? (y,n)
chcp 1251 makes cyrillic characters in the message's path correct, but not greek ones. In 65001, cyrillic characters are dissapear.
C:\Program Files (x86)\encfs>chcp 1251
Текущая кодовая страница: 1251
C:\Program Files (x86)\encfs>encfs T:\Temp\русский\ελληνική\ X:
The directory "T:\Temp\русский\????????/" does not exist. Should it be created? (y,n)
The text was updated successfully, but these errors were encountered:
Describe the bug
If you try to mount a folder containing non-latin symbols, you can't do it:
To Reproduce
Steps to reproduce the behavior:
Create a folder in path ".../русский/ελληνική/"
Try to encrypt it
It's not encrypting
Move encrypted folder to the path with non-latin characters
Try to mount it
It's not mounting
ex:
chcp 65001
encfs T:\Temp\русский\ελληνική\ X:
The directory "T:\Temp\\????????/" does not exist. Should it be created? (y,n)
Desktop (please complete the following information):
Additional context
If I use a command without setting a codepage, it will be on 866 althrough chcp say the current code page: 65001
chcp 1251 makes cyrillic characters in the message's path correct, but not greek ones. In 65001, cyrillic characters are dissapear.
The text was updated successfully, but these errors were encountered: