Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4256
| From | Andreas Röhler <andreas.roehler@online.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Verkettungszeichen |
| Date | 2016-02-10 10:58 +0100 |
| Message-ID | <mailman.5.1455098294.22075.python-de@python.org> (permalink) |
| References | <56BB00BA.50607@online.de> <1B337E76-3318-45CC-8F0E-97446BE6D506@livinglogic.de> |
On 10.02.2016 10:49, Walter Dörwald wrote: > On 10 Feb 2016, at 10:19, Andreas Röhler wrote: > >> Seid gegrüßt, >> >> kann in htmlentitydefs.py, das hier unter /usr/lib/python2.7/ liegt >> das Verkettungszeichen (codepoint 124, #o174, #x7c) nicht finden. >> >> Übersehe ich da etwas? > > In https://dev.w3.org/html5/html-author/charref oder > https://www.w3.org/TR/html4/sgml/entities.html ist das Zeichen nicht > zu finden, d.h. es gibt in HTML keine Entity-Definition dafür, daher > taucht es auch in htmlentitydefs.py nicht auf. > > Welchen Namen hättest Du denn erwartet? Na, drin ist z.B. 'brvbar': 0x00a6, # broken bar = broken vertical bar, U+00A6 ISOnum Da vertical bar neuerdings vertical line heißt: 'vline'
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Verkettungszeichen Andreas Röhler <andreas.roehler@online.de> - 2016-02-10 10:58 +0100
csiph-web