Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5854
| From | Marcel Logen <333200007110-0201@ybtra.de> |
|---|---|
| Newsgroups | de.comp.os.unix.linux.misc, de.comp.lang.python |
| Subject | unicodedata (was: Pi Symbol (3,14..) mit der Tastatur eingeben) |
| Followup-To | de.comp.lang.python |
| Date | 2022-11-18 18:45 +0100 |
| Organization | Bureau Logen |
| Message-ID | <20221118fr174551@o15.ybtra.de> (permalink) |
| References | <tl7omo$2m0bt$1@gwaiyur.mb-net.net> <jtp9c8Fc4moU1@mid.individual.net> <keyboard-20221118134324@ram.dialup.fu-berlin.de> <tl82bj$2mi2m$2@gwaiyur.mb-net.net> <Zeichen-20221118150812@ram.dialup.fu-berlin.de> |
Cross-posted to 2 groups.
Followups directed to: de.comp.lang.python
Stefan Ram in de.comp.os.unix.linux.misc: [...] > . Quelltext: > >import re >import sys >import unicodedata [...] >for i in range( sys.maxunicode+1 ): [...] Das ist interessant, danke. Ich wußte nicht, daß es diese Möglichkeit in Python3 gibt. <https://docs.python.org/3/library/unicodedata.html> Allerdings wird da offenbar bislang nur die Unicode-Version 14 unterstützt. Aktuell ist die 15: <https://www.unicode.org/versions/Unicode15.0.0/>. <https://www.unicode.org/Public/15.0.0/ucd/> Ich habe mir vor Jahren einmal ein Python3-Script geschrie- ben, das die (lokal vorliegende) Datei UnicodeData.txt für meine Zwecke auswertet. Marcel F'up2 de.comp.lang.python -- ─╮ ╭─╮ ╭─╮ ╭───╮ ..30..╭───╮ ╭─╮ ╭─╮ ╭────────────╮ ╰─╯ │ │ │ ..15..│ ╰─╮ ╭─╮ ╭─╯ ╰─╮ │ ╰─╯ ╰─╯ ╭─────────╯ ╭─ ╭───╯ ╭─╯ ╰──╮ ╭─╮ │ ╰─╯ │ ╰──╮ ╭─╯ ╭─╯ ..51..│ ╭────╮ ╭───╯ ╰─────╯ ╰─╯ ╰─╯ ╰─────╯ ╰───╯ ..51..╰─╯ ╰──╯
Back to de.comp.lang.python | Previous | Next — Next in thread | Find similar
unicodedata (was: Pi Symbol (3,14..) mit der Tastatur eingeben) Marcel Logen <333200007110-0201@ybtra.de> - 2022-11-18 18:45 +0100 Re: unicodedata (was: Pi Symbol (3,14..) mit der Tastatur eingeben) "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2022-11-19 00:01 +0100
csiph-web