develooper Front page | perl.perl5.porters | Postings from November 2008

Re: Matching multi-character folds

Thread Previous | Thread Next
From:
Aristotle Pagaltzis
Date:
November 23, 2008 10:15
Subject:
Re: Matching multi-character folds
Message ID:
20081123181514.GI2997@klangraum.plasmasturm.org
* karl williamson <public@khwilliamson.com> [2008-11-23 04:50]:
> Another case is ligatures (they don't view ß as a ligature, and
> I don't know why)  So 'fi' =~ /fi/i is true. (U+FB01)

Because “fi” is always exactly equivalent with “fi” and they can
be mechanically substituted for one another without affecting the
correctness of the text.

In contradistinction, there is a whole range of German words
which are correct only when written with “ss” (“Wasser”) and also
a few examples which are correct only when written with “ß”
(examples escape me right now, since this case is rarer and the
orthography reform has muddied the waters).

In this light it should be noted that back when “ß” was in fact a
ligature, it was actually equivalent to “sz” rather than “ss”.
You can see this in the glyph shape if you trace its evolution
over time. There’s a great article about it on the Typefoundry
blog, <http://typefoundry.blogspot.com/2008/01/esszett-or.html>,
which includes pictorial evidence.

So there you have it: “ß” (today) is not a ligature.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About