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


Groups > comp.lang.python > #98981

Re: handling of non-ASCII filenames?

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: handling of non-ASCII filenames?
Date 2015-11-19 03:54 +1100
Message-ID <mailman.417.1447865700.16136.python-list@python.org> (permalink)
References <n2i9vt$icf$1@news2.informatik.uni-stuttgart.de>

Show all headers | View raw


On Thu, Nov 19, 2015 at 3:45 AM, Ulli Horlacher
<framstag@rus.uni-stuttgart.de> wrote:
> As I am Python newbie I have not quite understood the Python character
> encoding scheme :-}
>
> Where can I find a good introduction of this topic?

Here are a couple of articles on the basics of Unicode:

http://www.joelonsoftware.com/articles/Unicode.html

http://nedbatchelder.com/text/unipain.html

If you can use Python 3, your life will be easier. Otherwise, you'll
need to work some of this stuff out manually.

ChrisA

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


Thread

handling of non-ASCII filenames? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-18 16:45 +0000
  Re: handling of non-ASCII filenames? Chris Angelico <rosuav@gmail.com> - 2015-11-19 03:54 +1100
    Re: handling of non-ASCII filenames? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-18 18:09 +0000
      Re: handling of non-ASCII filenames? Chris Angelico <rosuav@gmail.com> - 2015-11-19 07:29 +1100
        Re: handling of non-ASCII filenames? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-18 22:37 +0000
  Re: handling of non-ASCII filenames? Christian Gollwitzer <auriocus@gmx.de> - 2015-11-18 18:22 +0100
    Re: handling of non-ASCII filenames? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-19 07:54 +0000
      Re: handling of non-ASCII filenames? Christian Gollwitzer <auriocus@gmx.de> - 2015-11-19 09:16 +0100

csiph-web