Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107870

about special characters

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Jianling Fan <fanjianling@gmail.com>
Newsgroups comp.lang.python
Subject about special characters
Date Fri, 29 Apr 2016 17:33:12 -0600
Lines 15
Message-ID <mailman.234.1461973268.32212.python-list@python.org> (permalink)
References <CAJ7mry+o=PRGtM46HPGdNVqaowy3tmheJKu38nRy4y_QEjqV-w@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de rIqz9wwFeDxtHeSWFMpq3ArJ+15H4w7nkrbUALhlIg1Q==
Return-Path <fanjianling@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'filenames': 0.07; 'filename.': 0.09; 'subject:characters': 0.09; 'received:209.85.218': 0.10; 'python': 0.10; 'everyone,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'directory.': 0.18; 'trying': 0.22; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; '"no': 0.29; 'code': 0.30; 'another': 0.32; 'problem': 0.33; 'thanks!': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'files': 0.38; 'copying': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'special': 0.73; 'greek': 0.84; 'latin': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to :content-transfer-encoding; bh=CXxCLFKPAf2tHN7qv2JwNyukyL3+puQow2GQTlYpWb0=; b=ssjXia2HfiFmUa9d955kp7ui+Uvpb4PzrkEtW5c5FsRAg87zbPFgBUWGBA92NWFYKy EII1nc1CtaGH4Xc8n8TXVkumeeGw09/Svd9kAN6pDoBD14mh23NDzdPaLE9qOtzjFTLp NngfUqPaKLf6h+judxRUl0Vgy+Hg+xi6Peact80G+W1rjp9F/LCOb6ieDZzjmO0OGtNz I5u1HfG5FILmXdKhfYRrJLD60Twl6loVfIiO6KMhP/Hi+XiJ8124pH/acJSHcNGa5k4G jGzKa2T349YQNWEbnoQjWJ1f6BbMfjaE6zVweszCIMlprdtUMhTfOefLnqsTEKWzFS64 ia1A==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-transfer-encoding; bh=CXxCLFKPAf2tHN7qv2JwNyukyL3+puQow2GQTlYpWb0=; b=NiweFdPsvfFLhcwDgyvKv2hqHuBtOcnshSt24wDpGnAh4aoek3w5zvt79LvAYzVVl1 2vO37Vo94V8ACHVELIE+yCHBInnC9sEZq7iMoLNPH9gbIaNa+4jj+Cni21nCxyQ6UXvb APpTdLr9+42z7jFn7Pjdq0w+laljIV3DCoVDmE0N/RkuwbRttF2B8mvnlcExaK8fl8Ss WEMGbwJfC/pOTR4a3EX2N9cO+mL5oyync67vAfZInmIejwhObYfHuWoCqCRID5Sa58a0 jFAXXZYd7x4m0gf+aC774asZ1ZyDEGvFQvkloMjkUXzWJalC+IHbGrKlaYaQsSrjIkOB q7BQ==
X-Gm-Message-State AOPr4FVIf2hB0KF1BLXe6VUGgTgs0xyKa7kYILnY7m6FJ1+qJIegmW8tlLFlqwl/fCsVwU+VByjjwXB+FoaS+w==
X-Received by 10.157.1.120 with SMTP id 111mr9984603otu.172.1461972792118; Fri, 29 Apr 2016 16:33:12 -0700 (PDT)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <CAJ7mry+o=PRGtM46HPGdNVqaowy3tmheJKu38nRy4y_QEjqV-w@mail.gmail.com>
Xref csiph.com comp.lang.python:107870

Show key headers only | View raw


Hello everyone,

I am trying to use python 27 copying some of my folders and files to
another directory.
My code works good for other files but I have some problem to copy
files that have some special characters in the filename. like
filenames contain Greek "δ"  or latin "š".
it always gave a error that "No such file or directory:"

Any help will be appreciate!
Thanks!

Regards,

Jianling

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

about special characters Jianling Fan <fanjianling@gmail.com> - 2016-04-29 17:33 -0600
  Re: about special characters Steven D'Aprano <steve@pearwood.info> - 2016-04-30 11:01 +1000
    Re: about special characters Jianling Fan <fanjianling@gmail.com> - 2016-04-30 12:13 -0600
    Re: about special characters Terry Reedy <tjreedy@udel.edu> - 2016-04-30 15:36 -0400
    Re: about special characters MRAB <python@mrabarnett.plus.com> - 2016-04-30 20:42 +0100
    Re: about special characters Jianling Fan <fanjianling@gmail.com> - 2016-04-30 13:48 -0600

csiph-web