On Thu, Sep 12, 2013 at 12:29 PM, Whistler, Ken <ken.whist...@sap.com>wrote:

> Basically, everything you need to know can  be culled from the relevant
> UnicodeData.txt entries:
>
> 01B2;LATIN CAPITAL LETTER V WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER
> SCRIPT V;;;028B;
> 028B;LATIN SMALL LETTER V WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER SCRIPT
> V;;01B2;;01B2
>
> These two characters *were* called script v in Unicode 1.0.
>

NamesList.txt, and the charts <http://www.unicode.org/charts/> generated
from it, might be even more useful for this kind of digging.

01B2    LATIN CAPITAL LETTER V WITH HOOK
        = script v
        * African
        * lowercase is 028B


028B    LATIN SMALL LETTER V WITH HOOK
        = latin small letter script v (1.0)
        * voiced labiodental approximant
        * uppercase is 01B2
        x (greek small letter upsilon - 03C5)

markus

Reply via email to