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


Groups > de.comp.lang.python > #4830

Re: [Python-de] großes ß

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From robert <robert@redcor.ch>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] großes ß
Date Fri, 30 Jun 2017 10:39:23 +0200
Lines 60
Message-ID <mailman.341.1498812316.10125.python-de@python.org> (permalink)
References <ermeiaF45r8U1@mid.individual.net> <oj5187$5ve$1@blaine.gmane.org> <0c4c5f44-9f63-2687-9792-3466e689aaff@redcor.ch>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de DcruKd/WL0lsrkLiZ/DIJAwC22o8UGuPM3e3MyfC42Cw==
Return-Path <robert@redcor.ch>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1
In-Reply-To <oj5187$5ve$1@blaine.gmane.org>
Content-Language en-GB
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.24
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <0c4c5f44-9f63-2687-9792-3466e689aaff@redcor.ch>
X-Mailman-Original-References <ermeiaF45r8U1@mid.individual.net> <oj5187$5ve$1@blaine.gmane.org>
Xref csiph.com de.comp.lang.python:4830

Show key headers only | View raw


On 30.06.2017 10:14, Peter Otten wrote:
> Hermann Riemann wrote:
>
>> http://www.tagesschau.de/inland/eszett-103.html
>>
>> SuSE 42.2
>>
>> python3
>> Python 3.4.6 (default, Mar 22 2017, 12:26:13) [GCC] on linux
>> Type "help", "copyright", "credits" or "license" for more information.
>>   >>> c='ẞ'
>>   >>> d='ß'
>>   >>> print(ord(c),ord(d))
>> 7838 223
>>   >>> print(hex(ord(c)),hex(ord(d)))
>> 0x1e9e 0xdf
>>   >>> c.lower()
>> 'ß'
>>   >>> ord(c.lower())
>> 223
>>   >>> d.upper()
>> 'SS'
>>
>> Hermann
>>      der etwas anderes erwartet hat.
>>
> http://unicode.org/faq/casemap_charprop.html#11
>
> """
> Q: Why does ß (U+00DF LATIN SMALL LETTER SHARP S) not uppercase to U+1E9E
> LATIN CAPITAL LETTER SHARP S by default?
>
> A: In standard German orthography, the sharp s ("ß") is uppercased to a
> sequence of two capital S characters. This is a longstanding practice, and
> is reflected in the default case mappings in Unicode. A capital form of ß is
> attested in a number of instances, and has thus been encoded in the Unicode
> Standard. However, this character is not widely used, and is not recognized
> in the official orthography as the uppercase form of ß. Therefore, the
> original mapping to "SS" is retained in the Unicode character properties.
> """
>
> Gibt's überhaupt jemanden, der das große 'ẞ' verwendet?
in Switzerland we did solve this problem even better:
We got rid of these funny characters decades ago :)
Ich meine beide, gross und klein geschrieben ..

> _______________________________________________
> python-de maillist  -  python-de@python.org
> https://mail.python.org/mailman/listinfo/python-de

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


Thread

großes ß Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-06-30 09:56 +0200
  Re: [Python-de] großes ß Peter Otten <__peter__@web.de> - 2017-06-30 10:14 +0200
  Re: [Python-de] großes ß Jens <python-de-mailingliste@jensdiemer.de> - 2017-06-30 10:18 +0200
    Re: [Python-de] großes ß "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2017-06-30 08:42 +0000
    Re: [Python-de] großes ß Ralph Aichinger <ra@pi.h5.or.at> - 2017-06-30 16:07 +0200
      Re: [Python-de] großes ß Peter Otten <__peter__@web.de> - 2017-06-30 17:19 +0200
        Re: [Python-de] großes ß Bernd Nawothnig <Bernd.Nawothnig@t-online.de> - 2017-07-06 20:46 +0200
  Re: [Python-de] großes ß robert <robert@redcor.ch> - 2017-06-30 10:39 +0200
    Re: [Python-de] großes ß Thomas Mlynarczyk <thomas@mlynarczyk-webdesign.de> - 2017-06-30 13:34 +0200
      Re: [Python-de] großes ß robert <robert@redcor.ch> - 2017-06-30 14:49 +0200
  Re: [Python-de]  (Unverschluesselt) Re:  großes ß WehlackJ <jwd@dahme-spreewald.de> - 2017-07-03 09:43 +0200
  Re: [Python-de]  (Unverschluesselt) Re: großes ß Peter Otten <__peter__@web.de> - 2017-07-03 12:32 +0200
  Re: [Python-de] großes ß Stefan Behnel <python-de@behnel.de> - 2017-07-21 23:13 +0200

csiph-web