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


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

Re: [Python-de] Verkettungszeichen

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From "Walter Dörwald" <walter@livinglogic.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Verkettungszeichen
Date Wed, 10 Feb 2016 11:18:10 +0100
Lines 28
Message-ID <mailman.8.1455099502.22075.python-de@python.org> (permalink)
References <56BB00BA.50607@online.de> <E42231B4-BED1-4DA5-AA7A-A34ABF66C517@zopyx.com> <56BB0AD7.3040803@online.de>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de Q+lNf39vvI68BLQxt87ETQIj6rMxyhfqtGrkGdI2/LAw==
Return-Path <walter@livinglogic.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
X-Virus-Scanned Debian amavisd-new at rhein.livinglogic.de
In-Reply-To <56BB0AD7.3040803@online.de>
X-Mailer MailMate (1.9.3r5187)
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.21rc2
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>
Xref csiph.com de.comp.lang.python:4259

Show key headers only | View raw


On 10 Feb 2016, at 11:03, Andreas Röhler wrote:

> On 10.02.2016 10:50, Andreas Jung wrote:
>> ..weil
>>
>> http://www.fileformat.info/info/unicode/char/7c/index.htm
>>
>> nur als numerische Entity verfügbar ist.
>>
>> Wo ist das Problem?
>
> Das Problem entsteht, wenn so ein Zeichen anderweitig verwendet wird - 
> also speziell ist - im Text aber vorkommt. Dann würde ich es gerne 
> durch ENTITY ersetzen.

Eine Entity Reference "befreit" das Zeichen nicht von seiner normalen 
Bedeutung, also ob Du in HTML z.B. ä oder &auml; schreibst macht keinen 
Unterschied.

> Emacs org-mode z.B. verwendet das Verkettungszeichen als Tabulator.

Leider gibt dafür keine HTML-Namen. Du mußt also eine normale 
Character Reference verwenden, also &#x7c;.

Servus,
    Walter

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


Thread

Re: [Python-de] Verkettungszeichen "Walter Dörwald" <walter@livinglogic.de> - 2016-02-10 11:18 +0100

csiph-web