ubuntu - Samba share encoding with UTF-8 issue -


i use samba share folder between ubuntu , windows. , here comes problem want use utf-8 encoding in both linux , windows.

however, when forced encode file utf-8 in windows, check encoding in linux, said ascii.

it automatically encoded both files , folders in ubuntu ascii.

how fix it? how write samba configure file? /etc/samba/smb.conf ?

i want both windows , ubuntu encode utf-8.

try in /etc/samba/smb.conf, global section:

dos charset = cp866 unix charset = utf8 display charset = utf8 

Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -