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


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

[Python-de] Fwd: Codepage-Methode und Basis 4096

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Erich Schnoor <eschnoor@multi-matrix.de>
Newsgroups de.comp.lang.python
Subject [Python-de] Fwd: Codepage-Methode und Basis 4096
Date Fri, 9 Aug 2024 21:52:59 +0200
Lines 30
Message-ID <750068DF-8039-4958-8AA4-51719F520D11@multi-matrix.de> (permalink)
References <172322580693.6477.10826769256444939539@mail.python.org>
Reply-To Wolli Buechel <wjb131@web.de>
Mime-Version 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\))
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding base64
X-Trace news.uni-berlin.de 7WB30DtRLI7w0PEqIhdomgZ9kLLhC66m0xcM5ss9x+mw==
Cancel-Lock sha1:5YDRZyZi5gLJivQYJOjyvudN8K4= sha256:Mli8w+MUw5ewMpz/JH2dcbhwfur/3MAxl/Dz2RI57NY=
Authentication-Results mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=jintelligence.com header.i=@jintelligence.com header.b=YABxqsiK; dkim-adsp=none (unprotected policy); dkim-atps=neutral
Authentication-Results mail-01.jintelligence.com (amavis); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=jintelligence.com
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d= jintelligence.com; h=x-mailer:message-id:to:references:date :subject:mime-version:reply-to:content-type:from; s=dkim; t= 1723233189; x=1725825190; bh=1FYHHroc0H0qT+uHvZ2BzOKR8Qnjv/m9zmL /h5ddxG4=; b=YABxqsiK1flHk9+caSZmZl7OEmV1snYu3KOvuHFy4LsPEzTgWGF 9rpExcbDDPrx2ZprCpB29VL6UjDxZ8Yn3TO04mYq0nLF1bq7tFC8SLvenBRXBTRO eQeT+R9w9TxWvNevomNySZQemwPI6Frs0EivWNjXwO25DB/x5FWgbA0hcB+Tennd FgN49AZ4Jd6jWT5HWw2bhuRkRYFlUho1cZ5uMPOy+HMw86em4m8AaqrhX0JlnvA5 PjJ+CB268lCdkTVOxsbjqKpPgXP5wXWCX8vMiEHV5HN27QzuhqadMgigWq2iq2wI 6ukSo/QAv6ARCX5J/nf5Rm7Zdj+VWpA+YTw==
X-Virus-Scanned Debian amavis at mail-01.jintelligence.com
X-Mailer Apple Mail (2.3774.500.171.1.1)
Message-ID-Hash M3OGBGHOTL2KMV2AAB2B5HSW3ROVJYEZ
X-Message-ID-Hash M3OGBGHOTL2KMV2AAB2B5HSW3ROVJYEZ
X-MailFrom eschnoor@multi-matrix.de
X-Mailman-Rule-Misses dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-python-de.python.org-0; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Content-Filtered-By Mailman/MimeDel 3.3.10b1
X-Mailman-Version 3.3.10b1
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
Archived-At <https://mail.python.org/archives/list/python-de@python.org/message/M3OGBGHOTL2KMV2AAB2B5HSW3ROVJYEZ/>
List-Archive <https://mail.python.org/archives/list/python-de@python.org/>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Owner <mailto:python-de-owner@python.org>
List-Post <mailto:python-de@python.org>
List-Subscribe <mailto:python-de-join@python.org>
List-Unsubscribe <mailto:python-de-leave@python.org>
Xref csiph.com de.comp.lang.python:6158

Show key headers only | View raw


Hallo, Herr Büchel,
Ja, bei der Eingabe wurde der Violinschlüssel “𝄞"
nicht erkannt. Jetzt die korrekte Rückübersetzung:
> 
 insert file >  ABCäöü߀𝄞
 inserted text
 ABCäöü߀𝄞
 <point>data 
 65 66 67 228 246 252 223 8364 119070 
 number of bytes 12

 <index>data 
 Ã Ä Å ŧ Ź ſ Ţ 2į tơ 
  sequence of <binary>data:
000000000100000100000000010000100000000001000011000000001110010000000000111101100000000011111100000000001101111100100000101011001101000100011110
                             Die Sendung erfolgt mit der Datei:  binfolge.bin :

Mit freundlichen Grüßen 
Erich Schnoor

> Anfang der weitergeleiteten Nachricht:
> 
> Von: Wolli Buechel über python-de <python-de@python.org>
> Betreff: [Python-de] Re: Fwd: Codepage-Methode und Basis 4096
> Datum: 9. August 2024 um 19:50:06 MESZ
> An: python-de@python.org
> Antwort an: Wolli Buechel <wjb131@web.de>
> 
>> hier die Rückübersetzung des Teststrings:  "ABCäöü߀𝄞”:
> 
>> ABCäöü߀턞
>> 
>> sequence of <index>data:
>> Ã Ä Å ŧ Ź ſ Ţ 2į dơ
> 
> Das letzte Zeichen (𝄞, Violinschlüssel) ist eindeutig falsch rückübersetzt (턞):
> 
> import unicodedata as ucd
> s = "𝄞턞"
> for z in s:
>    z, ord(z), ucd.name(z)
> 
> ('𝄞', 119070, 'MUSICAL SYMBOL G CLEF')
> ('턞', 53534, 'HANGUL SYLLABLE TYAELM')
> 
> 
> WB
> _______________________________________________
> python-de Mailingliste -- python-de@python.org
> Zur Abmeldung von dieser Mailingliste senden Sie eine Nachricht an python-de-leave@python.org
> https://mail.python.org/mailman3/lists/python-de.python.org/
> Mitgliedsadresse: eschnoor@multi-matrix.de

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


Thread

[Python-de] Re: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-09 05:18 +0000
  [Python-de] Fwd: Codepage-Methode und Basis 4096 Erich Schnoor <eschnoor@multi-matrix.de> - 2024-08-09 11:25 +0200
    [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-09 17:50 +0000
      [Python-de] Fwd: Codepage-Methode und Basis 4096 Erich Schnoor <eschnoor@multi-matrix.de> - 2024-08-09 21:52 +0200
        [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-10 08:25 +0000
          [Python-de] Fwd: Codepage-Methode und Basis 4096 Erich Schnoor <eschnoor@multi-matrix.de> - 2024-08-10 11:48 +0200
            [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-13 09:28 +0000
        [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-10 16:36 +0000
          [Python-de] Fwd: Codepage-Methode und Basis 4096 Erich Schnoor <eschnoor@multi-matrix.de> - 2024-08-11 11:44 +0200
            [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-11 15:22 +0000
              [Python-de] Fwd: Codepage-Methode und Basis 4096 Erich Schnoor <eschnoor@multi-matrix.de> - 2024-08-11 19:06 +0200
                [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-11 20:36 +0000
                [Python-de] Re: Fwd: Codepage-Methode und Basis 4096 "Wolli Buechel" <wjb131@web.de> - 2024-08-11 20:40 +0000

csiph-web