I upgraded from 2.2.8 to 3.0.1, keeping the same smb.conf. After that, existing file names containing accentuated characters (code >128) are incorrectly truncated at the 1st accentuated character when displayed. There is no problem with filename of files created by Samba 3.0.1. But there is a difference : the accentuated character is now encoded on 2 bytes (characters). I looked in the doc but found no parameter related to this. Thanks in advance. Michel
I just saw the 'unix charset' parameter. It has some effect on the problem. I tried to set it to ASCII. In this case the file name is not truncated but the accentuated character is incorrectly displayed and the file cannot opened. May be I just need to find the right value for this parameter... Thanks in advance. Michel
Looking again at the docs, I found a description of the problem (move to UTF8 encoding) and a proposed workaround (use convmv). I'll try. It is still unclear for me why reverting to ASCII encoding using 'unix charset' didn't work properly. May be I should have tried ISO8859-1 ? Michel
unix charset needs to be set properly, otherwise these effects are normal.