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

Wolli Buechel über python-de <[email protected]> Fri, 09 Aug 2024 17:50:06 -0000
Newsgroups gmane.comp.python.general.german
Message-ID <[email protected]>
> 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 -- [email protected]
Zur Abmeldung von dieser Mailingliste senden Sie eine Nachricht an [email protected]
https://mail.python.org/mailman3/lists/python-de.python.org/
Mitgliedsadresse: [email protected]