Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.064 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'python': 0.09; 'subject:()': 0.09; 'to:addr:comp.lang.python': 0.09; 'variants': 0.09; 'cc:addr:python-list': 0.10; '"programming': 0.16; 'subject:3.3': 0.16; 'subject:unicode': 0.16; 'uppercase': 0.16; '\xc3\xa9crit\xc2\xa0:': 0.16; 'cc:no real name:2**0': 0.24; 'cc:2**1': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'fine': 0.28; 'clever': 0.29; "i'm": 0.29; 'usually': 0.30; 'german': 0.32; 'correctly.': 0.33; 'received:google.com': 0.34; 'christian': 0.34; 'mapping': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'compare': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'instead': 0.39; 'received:209.85.214': 0.39; 'end': 0.40; 'think': 0.40; 'from:no real name:2**0': 0.60; 'subject:, ': 0.61; 'dedicated': 0.61; 'note:': 0.64; 'background:': 0.65; 'middle': 0.66; 'capital': 0.68; 'answer.': 0.71; 'upper': 0.75; 'tube': 0.84; 'choice.': 0.93 Newsgroups: comp.lang.python Date: Sat, 29 Dec 2012 11:16:55 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=178.198.163.217; posting-account=ung4FAoAAAC46zhHJ0Nsnuox7M5gDvs_ References: <2adb4a25-8ea3-441f-b8c0-ee6c87e4b19f@googlegroups.com> <20121219150140.GA24402@sleipnir.bytereef.org> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 178.198.163.217 MIME-Version: 1.0 Subject: Re: Py 3.3, unicode / upper() From: wxjmfauth@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 51 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356819129 news.xs4all.nl 6900 [2001:888:2000:d::a6]:58913 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35786 Le mercredi 19 d=C3=A9cembre 2012 16:33:50 UTC+1, Christian Heimes a =C3=A9= crit=C2=A0: >=20 > I think Python 3.3+ is using uppercase mapping (uc) instead of simple >=20 > upper case (suc). I think you are thinking correctly. This a clever answer. Note: I do not care about the uc / suc choice. As long there is consistency, I'm fine with the choice. Anyway, the only valid "programming technique" on that field is to create a dedicated lib for a given script (esp. French!) jmf >=20 >=20 >=20 >=20 >=20 > Some background: >=20 >=20 >=20 > The old German Fractur has three variants of the letter S: >=20 >=20 >=20 > capital s: S >=20 > long s: =C5=BF >=20 > round s: s. >=20 >=20 >=20 > =C3=9F is a ligature of =C5=BFs. =C5=BF is usually used at the beginning = or middle of a >=20 > syllable while s is used at the end of a syllable. Compare Wach=C5=BFtube >=20 > (Wach-Stube =3D=3D guard room) to Wachstube (Wachs-Tube =3D=3D tube of wa= x). :) >=20 >=20 >=20 > Christian