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


Groups > comp.lang.python > #19251

Re: Trouble with internationalized path under windows

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.048
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'rest,': 0.07; 'subject:windows': 0.09; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'mon,': 0.15; 'agree.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ook': 0.16; 'python;': 0.16; 'wrote:': 0.16; 'language': 0.17; 'language,': 0.17; 'jan': 0.19; 'programming': 0.20; 'header:In- Reply-To:1': 0.22; 'world!': 0.23; 'pm,': 0.26; 'fact': 0.27; 'message-id:@mail.gmail.com': 0.28; 'unicode': 0.28; 'url:wiki': 0.29; 'fork': 0.30; 'subject:skip:i 10': 0.30; 'chris': 0.30; 'anyone': 0.31; 'languages': 0.32; 'to:addr:python-list': 0.33; 'there': 0.33; 'but': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'patch': 0.38; 'received:209.85': 0.38; 'subject:with': 0.38; 'url:org': 0.39; 'johnson': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'one,': 0.40; 'most': 0.60; 'more': 0.61; 'market': 0.64; 'demand': 0.66; 'natural': 0.66; 'due': 0.66; 'day.': 0.71; 'blind': 0.84; 'cult': 0.84; 'expressive': 0.84; 'need,': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8fxi27Q7+v+wPTBvKiNGh9vQcUORvon6Bcc3oBOJ2LY=; b=vc9nmnBITnRIa2B0p3ru16PqYUgcTMKFt/+ma2+i63hXKmzesmamO5GLiCiww9/eQc z1St3Kz5ASqbHhnf5tFAGmmBx04Kx3fF4Hg4VbbjUjBS/lsBOpY7f7q1CNH4o6JCXbzY UO0RsvWGx3faVGRSeSsOAcYAd3aWhPAuwcM8Q=
MIME-Version 1.0
In-Reply-To <f70f8e4d-d6df-458d-8039-94ff5b012f7d@c8g2000yqc.googlegroups.com>
References <mailman.4937.1327263349.27778.python-list@python.org> <fd873a9e-2a7f-478d-992d-fbdc989b1ab0@o9g2000yqa.googlegroups.com> <mailman.4947.1327279669.27778.python-list@python.org> <f70f8e4d-d6df-458d-8039-94ff5b012f7d@c8g2000yqc.googlegroups.com>
Date Mon, 23 Jan 2012 19:17:48 +1100
Subject Re: Trouble with internationalized path under windows
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4956.1327306671.27778.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1327306671 news.xs4all.nl 6942 [2001:888:2000:d::a6]:33539
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:19251

Show key headers only | View raw


On Mon, Jan 23, 2012 at 12:49 PM, Rick Johnson
<rantingrickjohnson@gmail.com> wrote:
> The fact is, Unicode is nothing more than a monkey patch for language
> multiplicity. A multiplicity that is perpetuated on the masses due to
> a blind adherence to the cult of xenophobia.

I agree. We need to abolish all languages but one, and let that one
language be at once a natural language, an algebraic language, a
programming language, and unprintable language (because let's face it,
once you do the rest, most people will demand profanity). Once again,
when there is a need, the solution can be found.

http://esolangs.org/wiki/Ook!

This is a very simple language; anyone could learn it in a day. It is
also an expressive language - it can be mathematically proven to be as
powerful as any other on the market (more so than many!). Rick, don't
fork Python; fork Ook and be the true savior of the world!

Chris Angelico

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


Thread

Trouble with internationalized path under windows Jacob Hallén <jacob.hallen@sotospeak.se> - 2012-01-22 21:08 +0100
  Re: Trouble with internationalized path under windows Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-22 12:52 -0800
    Re: Trouble with internationalized path under windows Michael Torrie <torriem@gmail.com> - 2012-01-22 17:47 -0700
      Re: Trouble with internationalized path under windows Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-22 17:49 -0800
        Re: Trouble with internationalized path under windows Chris Angelico <rosuav@gmail.com> - 2012-01-23 19:17 +1100

csiph-web