Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107870
| From | Jianling Fan <fanjianling@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | about special characters |
| Date | 2016-04-29 17:33 -0600 |
| Message-ID | <mailman.234.1461973268.32212.python-list@python.org> (permalink) |
| References | <CAJ7mry+o=PRGtM46HPGdNVqaowy3tmheJKu38nRy4y_QEjqV-w@mail.gmail.com> |
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 | Next — Next in thread | Find similar | Unroll 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