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 <wjb...@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-le...@python.org
> https://mail.python.org/mailman3/lists/python-de.python.org/
> Mitgliedsadresse: eschn...@multi-matrix.de

_______________________________________________
python-de Mailingliste -- python-de@python.org
Zur Abmeldung von dieser Mailingliste senden Sie eine Nachricht an 
python-de-le...@python.org
https://mail.python.org/mailman3/lists/python-de.python.org/
Mitgliedsadresse: arch...@mail-archive.com

Reply via email to