Re: OT: Question: Unicode
From: | Mark J. Reed <markjreed@...> |
Date: | Monday, May 19, 2003, 21:13 |
On Mon, May 19, 2003 at 10:44:09AM +0200, taliesin the storyteller wrote:
> Where did you get this file?
You have Perl installed? Look in $PERL5LIB/unicode (or /unicore, depending on
version) for NamesList.txt.
> I'm preparing vim for speedy typing of (among other things) utf8 ipa, and
> had planned on mapping, say LATIN CAPITAL LETTER A WITH MACRON to 'A-' or
> similar.
Note that in vim, you can already type a LATIN CAPITAL LETTER A WITH MACRON
by typing control-K, A, -. If you :set digraph, then you can use
A, backspace, -, but I backspace so often that gets in the way. Creating
a keymap so you don't need the control-K for commonly-needed characters
is still a good idea, of course, but you might want to map it to -A instead
of A- so that it doesn't pause every time you type A to see if you're going
to type a - next.
-Mark
Reply