[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Another input method feature needed
From: |
Stephen J. Turnbull |
Subject: |
Another input method feature needed |
Date: |
Sun, 20 Jun 2010 00:18:38 +0900 |
Richard Stallman writes:
> It would be nice to have a mode in which you can browse through all
> the various character sets, move to a character you are interested in,
> and ask how to input it.
A naive implementation won't cut it. There are an *awful lot* of
characters, and browsing gets painful if you do it by Unicode blocks
unless you already know pretty much exactly what you're looking for.
Eg, "accented Latin" requires browsing through maybe 700 characters,
and they all start to look alike after the first two rows. It's easy
to miss what you're looking for.
Besides information on Unicode blocks (which should be already
available), I would suggest using an NFD decompostion, and then allow
the user to select components (based characters and composing forms,
eg, turning the Angstrom symbol into an A and a circle).
- Re: Another input method feature needed, (continued)
- Re: Another input method feature needed, Juri Linkov, 2010/06/20
- Re: Another input method feature needed, Stephen J. Turnbull, 2010/06/20
- Re: Another input method feature needed, Juri Linkov, 2010/06/20
- Re: Another input method feature needed, Štěpán Němec, 2010/06/25
- Re: Another input method feature needed, Juri Linkov, 2010/06/28
- Re: Another input method feature needed, Stefan Monnier, 2010/06/30
- Re: Another input method feature needed, Richard Stallman, 2010/06/19
- Re: Another input method feature needed, Juri Linkov, 2010/06/20
- Re: Another input method feature needed, Richard Stallman, 2010/06/21
- Re: Another input method feature needed, Andreas Schwab, 2010/06/21
- Another input method feature needed,
Stephen J. Turnbull <=
- Re: Another input method feature needed, Miles Bader, 2010/06/19