From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CkEw5-0003B5-Aj for qemu-devel@nongnu.org; Fri, 31 Dec 2004 00:02:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CkEw4-0003At-Rs for qemu-devel@nongnu.org; Fri, 31 Dec 2004 00:02:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CkEw4-0003Aq-O6 for qemu-devel@nongnu.org; Fri, 31 Dec 2004 00:02:48 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CkEki-0004ed-Mm for qemu-devel@nongnu.org; Thu, 30 Dec 2004 23:51:04 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CkEkh-00032l-00 for ; Fri, 31 Dec 2004 05:51:03 +0100 Received: from inet.ycc.ru ([217.148.52.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Dec 2004 05:51:03 +0100 Received: from patrakov by inet.ycc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Dec 2004 05:51:03 +0100 From: "Alexander E. Patrakov" Date: Fri, 31 Dec 2004 09:51:57 +0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Sender: news Subject: [Qemu-devel] Feature Request for SMB Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Currently, the SAMBA configuration file created by qemu looks like: [global] pid directory=smb_dir lock directory=smb_dir log file=smb_dir/log.smbd smb passwd file=smb_dir/smbpasswd security = share [qemu] path=exported_dir read only=no guest ok=yes But international (e.g. Russian) users need two more lines in the [global] section in order for filenames with national characters to be displayed properly. For SAMBA 3.0.x, the parameters are "dos charset" and "unix charset" For (obsolete) SAMBA 2.2.x, they are "client code page" and "character set". Example for SAMBA 3.0.x: [global] dos charset=cp866 unix crarset=koi8-r pid directory=smb_dir lock directory=smb_dir log file=smb_dir/log.smbd smb passwd file=smb_dir/smbpasswd security = share [qemu] path=exported_dir read only=no guest ok=yes Could you please add the possibility to specify these charsets as qemu command line parameters? -- Alexander E. Patrakov