Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #6127
| 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: Keyboard coding |
| Date | Thu, 25 Jul 2024 12:57:54 +0200 |
| Lines | 38 |
| Message-ID | <9AE2729E-D434-4CD4-8125-E990080C8773@multi-matrix.de> (permalink) |
| References | <172183650388.12053.598107056645157522@mail.python.org> |
| 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 t74yFVT1Aztuo9z/Lp/O3QfQbJN+lQp1R1SqrkQ0tqJA== |
| Cancel-Lock | sha1:nMBtJ6cq9gmbx6Dq4JQKkOR2IHM= sha256:+MIvOTUsj3GA3Uz6aL+DBxzbbOfbF+q0ODDXD2d1jdg= |
| Authentication-Results | mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=jintelligence.com header.i=@jintelligence.com header.b=dWE56bLG; 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:date:to:references:message-id :subject:mime-version:content-type:from; s=dkim; t=1721905085; x=1724497086; bh=bOezWNJCix/sMBUJuKVpr3PnP+TsX6q3SVABU27cetU=; b= dWE56bLGOhx2a/B9fBIghgambGcgifGI3rda32W8ncCcX/CSd5qy6Zbi9KRb6myh Q8p9qd5YfkCJRupDbDddMmu+D4RXxKqETUA6N9RzfACu56moyKOOy3G/CCLOOcen zyfW1EnugiLhqLrG27aofYh+6qQrRgzrLNmvMAhKfMXckmHxzApNS4v0LBynHDsH U8DWPKqtDo7cWo4S9QicQI1DLfeYB1JyjwH5Uq51bF6g1tizbp4jXY90M/r/D76c iC9VLEbU2WNafltZwuoXq5d8mHfZ7SqJccLmYrW7PtobqxM7hyZQfJeyFkEFzz7F B9ytbZzDnBJf+aVMX7Zx4Q== |
| X-Virus-Scanned | Debian amavis at mail-01.jintelligence.com |
| X-Mailer | Apple Mail (2.3774.500.171.1.1) |
| Message-ID-Hash | K3OA7N2UGHZNED753TXUN2YLNP3EK5L3 |
| X-Message-ID-Hash | K3OA7N2UGHZNED753TXUN2YLNP3EK5L3 |
| 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/K3OA7N2UGHZNED753TXUN2YLNP3EK5L3/> |
| 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:6127 |
Show key headers only | View raw
Hallo, liebe Pythonier,
sehr geehrter Herr Buechel,
die zitierten Ergebnisse entstammen den ersten
Versionen meine Entwicklungen. Sie sind inzwischen
überholt.
Wer neue Ergebnisse erhalten möchte, kann
die neuesten Entwicklungen per e-mail abrufen:
eschnoor@multi-matrix.de
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: Keyboard coding
> Datum: 24. Juli 2024 um 17:55:03 MESZ
> An: python-de@python.org
> Antwort an: Wolli Buechel <wjb131@web.de>
>
> Sehr geehrter Herr Schnoor,
>
> Mehrfachzeichen in ziffern sind nicht lediglich "einige chinesische Zeichen" und auch nicht bloß "doppelt", sondern insgesamt 66 Zeichen aus folgenden Schriftsystemen:
>
> DEVANAGARI : 6
> BENGALI : 4
> ORIYA : 3
> TIBETAN : 7
> KHMER : 11
> OL CHIKI : 4
> GEORGIAN : 20
> CJK : 11
>
> Dies kann man mit dem Python-Modul unicodedata herausfinden:
>
> import unicodedata # Python-Doku: https://docs.python.org/3/library/unicodedata.html
>
> # extrahiere aus ziffern : Mehrfachzeichen, Zeilenumbrüche, Leerzeichen
> mehrfach = sorted(list(set([ x for x in ziffern if ziffern.count(x) > 1 or x in "\n\t " ])))
>
> Names = dict()
> for i, ch in enumerate(mehrfach):
> try:
> chName = unicodedata.name(ch)
> except:
> chName = unicodedata.category(ch)
>
> language = chName.split()[0]
> if 'OL' in language:
> language = ' '.join(chName.split()[:2])
> Names[language] = Names.get(language, 0) + 1
>
> # print("[%2d] >%s<\t%5d\t%s" % (i+1, ch, ord(ch), chName))
>
> for k, v in Names.items():
> print("%s \t: %2d" % (k, v))
>
> W. Buechel
> _______________________________________________
> 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 | Next — Previous in thread | Next in thread | Find similar
[Python-de] Re: Fwd: Keyboard coding "Wolli Buechel" <wjb131@web.de> - 2024-07-24 15:55 +0000
[Python-de] Fwd: Keyboard coding Erich Schnoor <eschnoor@multi-matrix.de> - 2024-07-25 12:57 +0200
[Python-de] Re: Fwd: Keyboard coding Christian Baier <chrbaier@gmx.de> - 2024-07-25 13:45 +0200
[Python-de] Re: Fwd: Keyboard coding Frank GRELLERT <frank.grellert@gmail.com> - 2024-07-25 14:42 +0200
Re: [Python-de] Re: Fwd: Keyboard coding "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2024-07-25 18:03 +0200
csiph-web