Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4826
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Hermann Riemann <nospam.ng@hermann-riemann.de> |
| Newsgroups | de.comp.lang.python |
| Subject | großes ß |
| Date | Fri, 30 Jun 2017 09:56:58 +0200 |
| Lines | 25 |
| Message-ID | <ermeiaF45r8U1@mid.individual.net> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | individual.net wDecycoLsdz4rAwNgStvQQ+cAnv0YH90Dtmwg3wso4GjzJA+Mr |
| Cancel-Lock | sha1:3qTUbEgbIrYhBDwHN3xk47ZzTvE= |
| X-Mozilla-News-Host | news://news.individual.de:119 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
| Content-Language | de-DE |
| Xref | csiph.com de.comp.lang.python:4826 |
Show key headers only | View raw
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://www.hermann-riemann.de
Back to de.comp.lang.python | Previous | Next — Next in thread | Find similar
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