Hello, According to the Unicode/Charset chapter of the Samba Collection documentation I can control charset conversion with three parameters. I have set up these parameters as follows:
# testparm -v | grep 'charset' dos charset = CP850 unix charset = UTF-8 display charset = [EMAIL PROTECTED] However the characters are not displayed correctly. The output of the 'tesparm' command includes the following lines: Conversion from UCS-2LE to [EMAIL PROTECTED] not supported Conversion from UTF-8 to [EMAIL PROTECTED] not supported Conversion from [EMAIL PROTECTED] to UCS-2LE not supported Conversion from [EMAIL PROTECTED] to UTF-8 not supported Conversion from [EMAIL PROTECTED] to CP850 not supported Conversion from [EMAIL PROTECTED] to UTF8 not supported Conversion from CP850 to [EMAIL PROTECTED] not supported Conversion from UTF8 to [EMAIL PROTECTED] not supported ... Conversion from UCS-2LE to [EMAIL PROTECTED] not supported Conversion from UTF-8 to [EMAIL PROTECTED] not supported Conversion from [EMAIL PROTECTED] to UCS-2LE not supported Conversion from [EMAIL PROTECTED] to UTF-8 not supported Conversion from [EMAIL PROTECTED] to CP850 not supported Conversion from [EMAIL PROTECTED] to UTF8 not supported Conversion from CP850 to [EMAIL PROTECTED] not supported Conversion from UTF8 to [EMAIL PROTECTED] not supported Load smb config files from /usr/local/samba-3.0.0/lib/smb.conf Loaded services file OK. How can I solve the problem? Do I have to compile samba with any special option? The output of the ./configure script includes the following lines: ... checking for iconv in /usr... yes checking can we convert from CP850 to UCS2-LE?... CP850 checking can we convert from ASCII to UCS2-LE?... ASCII checking can we convert from UTF-8 to UCS2-LE?... UTF-8 ... checking how to build charset_weird... not checking how to build charset_CP850... shared checking how to build charset_CP437... shared ... Thank you very much in advance. Manuel Arenaz --------------------------------------------------------------------------- Correo enviado usando el servicio de Webmail del SIAIN: http://siain.udc.es -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
