Re: OT: Question: Unicode
From: | taliesin the storyteller <taliesin@...> |
Date: | Monday, May 19, 2003, 8:44 |
* John Cowan said on 2003-05-19 00:20:34 +0200
> Roger Mills scripsit:
>
> > Another question-- where can I find a listing of the Unicode nos. for the
> > chars. from (hex) 0100 thru approx 02B8 (LatinA, B and IPA)? If I start
> > making my own html I'll need that, as it would be cumbersome to keep jumping
> > going from Notepad to Word just to look them up.
>
> See the attached file.
Which I've removed for size-issues, but here follows a sample:
> 0100, 256, LATIN CAPITAL LETTER A WITH MACRON
> 0101, 257, LATIN SMALL LETTER A WITH MACRON
> 0102, 258, LATIN CAPITAL LETTER A WITH BREVE
> 0103, 259, LATIN SMALL LETTER A WITH BREVE
> 0104, 260, LATIN CAPITAL LETTER A WITH OGONEK
Where did you get this file? 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. With this
list all I need to do is to write a converter to (batch-)change it
into something vim can understand instead of having to assemble
everything by hand.
I've had a look at XIM and friends also (this is X+unix only, folks,
move along, nothing to see here) but having to write my own XIM-
module is a bit more than I have time for right now, thus the
tweaking of vim instead.
t.
Replies