Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.alt.net!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail From: Ben Finney Newsgroups: comp.lang.python Subject: Re: unicode by default References: <874o50k1eb.fsf@benfinney.id.au> <3ae7c960dc8cf622fcf95aa48ed9df40.squirrel@webmail.lexicon.net> <492f8500-fd53-4b52-bd7b-cd90a3118d38@k16g2000yqm.googlegroups.com> 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 Date: Sun, 15 May 2011 09:47:05 +1000 Message-ID: <87r580hmkm.fsf@benfinney.id.au> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:yGfWVQ0vE4fsyyqcKcPKFyCOn5c= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Lines: 26 Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 6714654b.news.astraweb.com X-Trace: DXC=HS[oBBn96cP[3>fhUe^HC[L?0kYOcDh@Z7^o:UA4R?cUH?AXjNnFo4Z]G;2>V^?kWSbEW9A[5UK?UNZ[SL`C\KgSR\FC5OMcWR^ Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5393 Terry Reedy writes: > You need what is called, at least with Windows, an IME -- Input Method > Editor. For a GNOME or KDE environment you want an input method framework; I recommend IBus which comes with the major GNU+Linux operating systems . Then you have a wide range of input methods available. Many of them are specific to local writing systems. For writing special characters in English text, I use either ‘rfc1345’ or ‘latex’ within IBus. That allows special characters to be typed into any program which communicates with the desktop environment's input routines. Yay, unified input of special characters! Except Emacs :-( which fortunately has ‘ibus-el’ available to work with IBus :-). -- \ 己所不欲、勿施于人。| `\ (What is undesirable to you, do not do to others.) | _o__) —孔夫子 Confucius, 551 BCE – 479 BCE | Ben Finney