Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104476
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ben Finney <ben+python@benfinney.id.au> |
| Newsgroups | comp.lang.python |
| Subject | Text input with keyboard, via input methods (was: turtle ??) |
| Date | Thu, 10 Mar 2016 18:28:07 +1100 |
| Lines | 39 |
| Message-ID | <mailman.107.1457594930.15725.python-list@python.org> (permalink) |
| References | <5f23cad3-bda5-4c84-a241-c91c5dcb81ff@googlegroups.com> <mailman.73.1457514382.15725.python-list@python.org> <56e00f1d$0$1600$c3e8da3$5496439d@news.astraweb.com> <mailman.89.1457547297.15725.python-list@python.org> <56e0dfbd$0$22141$c3e8da3$5496439d@news.astraweb.com> <mailman.105.1457581660.15725.python-list@python.org> <87bn6mzwow.fsf@elektro.pacujo.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de FEerWoN0EFkvCd6sEd6++Q4iBscAEbds+nysTFZeiiIw== |
| Cancel-Lock | sha1:U3KyJCn/A94GNK7Chou1lR/Zzgc= |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'sequences.': 0.07; 'posting.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'typed': 0.09; 'systems.': 0.11; 'decent': 0.16; 'mapped': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:Text': 0.16; 'subject:turtle': 0.16; 'unicode.': 0.16; 'usenet': 0.16; 'say,': 0.18; 'typical': 0.18; 'typing': 0.18; 'solution.': 0.18; 'input': 0.18; 'meant': 0.22; 'ascii': 0.22; 'keyboard': 0.22; 'recognize': 0.22; 'suppose': 0.22; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'btw,': 0.29; 'sentence': 0.29; 'solution,': 0.29; 'subset': 0.29; 'url:wikipedia': 0.29; 'character': 0.29; 'there.': 0.30; 'system,': 0.30; 'url:wiki': 0.30; 'code': 0.30; 'primary': 0.31; 'role': 0.32; 'useful': 0.33; 'hopefully': 0.33; 'lets': 0.33; 'open': 0.33; 'file': 0.34; 'text': 0.35; 'necessary.': 0.35; 'unicode': 0.35; 'quite': 0.35; 'problem.': 0.35; 'but': 0.36; 'url:org': 0.36; 'created': 0.36; 'depends': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'method': 0.37; 'operating': 0.37; 'received:org': 0.37; 'url:en': 0.39; 'easily': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'some': 0.40; 'your': 0.60; 'default': 0.61; 'different': 0.63; 'to,': 0.63; 'great': 0.63; 'choose': 0.68; 'hoping': 0.77; '_o__)': 0.84; 'received:125': 0.84; 'subject:via': 0.84; 'two-': 0.84; '\xe2\x80\xa6': 0.84; 'alone.': 0.91; 'religion': 0.91; 'from.': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | jigong.madmonks.org |
| X-Public-Key-ID | 0xAC128405 |
| X-Public-Key-Fingerprint | 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 |
| X-Public-Key-URL | http://www.benfinney.id.au/contact/bfinney-pubkey.asc |
| X-Post-From | Ben Finney <bignose+hates-spam@benfinney.id.au> |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:104476 |
Show key headers only | View raw
Marko Rauhamaa <marko@pacujo.net> writes: > BTW, typing any useful Unicode character is a major unsolved problem. You typed a good number of Unicode characters in that sentence alone. ASCII is a simple subset of Unicode. I suppose you meant to refer to typing some character not mapped to a single keystroke on a US-English keyboard kayout. You're right, that is a major problem. As for how solved it is, that depends on what you're hoping for as a solution. The conventional solution, which I find to be quite useful for typing characters from a great many different writing systems, is an <URL:https://en.wikipedia.org/wiki/Input_method> customised to particular writing systems. My primary input method is one which lets me type typical English text and also easily input a broad range of useful characters with a few mnenonic two- or three-key sequences. > I have created this text file that contains a lot of unicode > characters with their code points. Every once in a while I have to > open the file and copy and paste a character to, say, a Usenet > posting. Cumbersome but necessary. Hopefully your operating system has a good input method system, with many input methods available to choose from. May you find a decent default there. -- \ “It is … incumbent upon us to recognize that it is | `\ inappropriate for religion to play any role in issues of state | _o__) [of] a modern democracy.” —Lawrence M. Krauss, 2012-05-28 | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
turtle ?? Ömer sarı <sari.omer.1989@gmail.com> - 2016-03-08 23:39 -0800
Re: turtle ?? Peter Otten <__peter__@web.de> - 2016-03-09 10:06 +0100
Re: turtle ?? Steven D'Aprano <steve@pearwood.info> - 2016-03-09 22:55 +1100
Re: turtle ?? Joel Goldstick <joel.goldstick@gmail.com> - 2016-03-09 09:24 -0500
Re: turtle ?? MRAB <python@mrabarnett.plus.com> - 2016-03-09 18:14 +0000
Re: turtle ?? Steven D'Aprano <steve@pearwood.info> - 2016-03-10 13:45 +1100
Re: turtle ?? Chris Angelico <rosuav@gmail.com> - 2016-03-10 14:47 +1100
Re: turtle ?? Marko Rauhamaa <marko@pacujo.net> - 2016-03-10 08:14 +0200
Re: turtle ?? Jussi Piitulainen <jussi.piitulainen@helsinki.fi> - 2016-03-10 08:46 +0200
Text input with keyboard, via input methods (was: turtle ??) Ben Finney <ben+python@benfinney.id.au> - 2016-03-10 18:28 +1100
Re: Text input with keyboard, via input methods (was: turtle ??) Rustom Mody <rustompmody@gmail.com> - 2016-03-09 23:54 -0800
Re: Text input with keyboard, via input methods Larry Hudson <orgnut@yahoo.com> - 2016-03-10 20:51 -0800
Re: Text input with keyboard, via input methods Rustom Mody <rustompmody@gmail.com> - 2016-03-11 03:46 -0800
Re: Text input with keyboard, via input methods Marko Rauhamaa <marko@pacujo.net> - 2016-03-10 12:51 +0200
Re: Text input with keyboard, via input methods Rustom Mody <rustompmody@gmail.com> - 2016-03-10 03:59 -0800
Re: Text input with keyboard, via input methods Jerry Hill <malaclypse2@gmail.com> - 2016-03-10 09:38 -0500
Re: Text input with keyboard, via input methods Marko Rauhamaa <marko@pacujo.net> - 2016-03-10 17:13 +0200
Re: Text input with keyboard, via input methods Chris Angelico <rosuav@gmail.com> - 2016-03-11 07:19 +1100
Re: Text input with keyboard, via input methods Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-03-10 21:48 +0000
Re: Text input with keyboard, via input methods Marko Rauhamaa <marko@pacujo.net> - 2016-03-11 00:47 +0200
Re: turtle ?? Chris Angelico <rosuav@gmail.com> - 2016-03-10 18:39 +1100
Re: turtle ?? Terry Reedy <tjreedy@udel.edu> - 2016-03-09 10:30 -0500
csiph-web