Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98981
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: handling of non-ASCII filenames? |
| Date | Thu, 19 Nov 2015 03:54:58 +1100 |
| Lines | 17 |
| Message-ID | <mailman.417.1447865700.16136.python-list@python.org> (permalink) |
| References | <n2i9vt$icf$1@news2.informatik.uni-stuttgart.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de /AMp6a/Oe967FOg2xxcB6Q1UsxTQR/47VYWWOI+17ujw== |
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'newbie': 0.05; 'cc:addr :python-list': 0.09; 'url:unicode': 0.09; 'python': 0.10; 'encoding': 0.15; 'thu,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:handling': 0.16; 'subject:non': 0.16; 'topic?': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'otherwise,': 0.20; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'character': 0.29; 'received:google.com': 0.35; 'nov': 0.35; 'quite': 0.35; 'received:209.85': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'stuff': 0.38; 'subject:-': 0.39; 'where': 0.40; 'some': 0.40; 'your': 0.60; "you'll": 0.61; 'introduction': 0.63; 'here': 0.66; 'articles': 0.67; 'life': 0.67; 'chrisa': 0.84; 'to:none': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=lj8WURizA3BOFArbnwo88rtYwXOFw9I0ZuzOxXhDfig=; b=UVqF2QoACnnCJihjrjtZ4uJE2dzvNdVjEaX86syKilBquAunZmk8CiC2OBtJ57HHHZ ym0JAI4OTWjJ56nuRPWY6tjaaxW8oYziqOr/Q1lCPWJ0lnPSyri1uxPFv3Wat6pze4cO wSw2x75xCiaVPJk0ySR+iLmqtz1aDmwo1aFKqE4Ao1AcBx8twvDx1r+hCPtzpx4tahl6 QTtdlVCriTz40n/jcPw3qIci+w4asLsg3ABqdCA91XhvskvExiU9kKNhkS5Ii+Kz71Rj +9aNvapVTt1N49HPkLuJnwJ/eMXzMbQftcHHiWZhrQk1yi1uQQKFyR2TWYhPZkhzKB8j tRvw== |
| X-Received | by 10.50.87.71 with SMTP id v7mr4215401igz.92.1447865698229; Wed, 18 Nov 2015 08:54:58 -0800 (PST) |
| In-Reply-To | <n2i9vt$icf$1@news2.informatik.uni-stuttgart.de> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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> |
| Xref | csiph.com comp.lang.python:98981 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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