Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'encoding': 0.05; 'rename': 0.07; 'session.': 0.07; 'utf-8': 0.07; 'does,': 0.16; 'ssh': 0.16; 'header:User-Agent:1': 0.23; '---': 0.24; 'switch': 0.26; 'header :In-Reply-To:1': 0.27; "doesn't": 0.30; 'another': 0.32; 'subject:from': 0.34; 'subject: (': 0.35; 'responsible': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; '8bit%:92': 0.71; '8bit%:100': 0.72 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=modelnine.org; s=modelnine1012; t=1370516967; bh=Fl8pQNao4UZnqCLwxcGZdLc6tI6znFXNVNCJDiTllvo=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OHpV0Wd1KP4Tke+7GlFZeMj1xklrQ6t8cAZM48g4wGKcmswneSbC1Cd0b5xEOYbNV nOpVBL2k/sQ+lxpC4kwAis5AygHoIJNUot0jaITNyIptQgh4YQayx20+izBRV6iSc6 QmOoxgK/4v8Yiz23hwSHCVNPtzjDAZ0IDCQe7tj8= Date: Thu, 06 Jun 2013 13:09:22 +0200 From: Heiko Wundram User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Thunderbird/22.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Changing filenames from Greeklish => Greek (subprocess complain) References: <2c425f2b-99de-4453-964e-c585f2043f71@googlegroups.com> <06a19483-65df-4fcd-9430-b45a01c9dbab@googlegroups.com> <0c215f6d-c1eb-4dbf-b132-80e83ece0992@googlegroups.com> <4c271468-22f4-4c93-af14-02b978b2e6bd@googlegroups.com> <0a05fe41-12a9-47e5-a4e9-170140eb3eea@googlegroups.com> <96d574cf-653a-4d49-a5c9-475dfe082ccb@googlegroups.com> <4fa2ed0b-f6e8-4cfd-bb81-92c30deba91e@googlegroups.com> <51AECF57.8020801@gmail.com> <51AF6ADE.5080506@mrabarnett.plus.com> <33c221c8-5dd5-45af-ab11-104243cd7133@googlegroups.com> In-Reply-To: <33c221c8-5dd5-45af-ab11-104243cd7133@googlegroups.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370516969 news.xs4all.nl 15972 [2001:888:2000:d::a6]:43137 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47211 Am 06.06.2013 13:00, schrieb Νικόλαος Κούρας: > Heiko, the ssh client i used to 'mv' the .mp3 was putty.Do you mean that putty is responsible for the encoding mess? Exactly. Check the encoding that putty uses for the terminal session. If it doesn't use UTF-8, switch your terminal session to UTF-8 and try the rename again. If it does, try to use another terminal client (I recommend the Cygwin-Suite). -- --- Heiko.