Hopefully not adding 37 pages...

Michael Norton (a.k.a. Flarn) <flarn2003 at megapipe dot net> wrote:

> Can you please give me a list of all the ligatures available? Thanks!

If by "available" you mean "separately encoded in precomposed form," you
could start by checking the online, definitive Unicode data file:

http://www.unicode.org/Public/UNIDATA/UnicodeData.txt

Upon searching this file, you would find 507 characters with the word
LIGATURE in their name.

However, I'm guessing that what you are after is Latin-script ligatures,
so it probably won't help much that 477 of the 507 "ligatures" are
Arabic presentation forms.  Of the remaining 30, six are Armenian, six
are Cyrillic, five are Hebrew, and two are actually not ligatures at
all, but paired combining marks intended to show that the two letters
under them form a single sound.

That leaves 11 Latin "ligatures" encoded in Unicode.  The two IJ
characters, U+0132 (Ä) and U+0133 (Ä), aren't really ligatures, so they
don't count.  If we count the OE characters, U+0152 (Å) and U+0153 (Å),
as ligatures, then we also have to count the AE characters as well,
U+00C6 (Ã) and U+00E6 (Ã).

That leaves U+FB00 through U+FB06 (ï ï ï ï ï ï ï).

The problem, as Addison pointed out, is that if you use these forms in
text, most searching and sorting operations will fail to recognize them.
It is better to use the regular letters and let higher-end software
ligate them as appropriate.

-Doug Ewell
 Fullerton, California
 http://users.adelphia.net/~dewell/



Reply via email to