Do you see those three dots at the end of the Subject? They are called, as you know, an ellipsis.
Now, that I know, both in English and Italian it must consist of exactly three dots, although in informal texts some people often use an arbitrary number of them to convey a stronger idea of suspension. Incidentally, I never do.
Speaking of people, I have had exactly two "serious" relationships, respectively with one girl of approximately my age (actually, about one year older) and with one considerably younger (nearly seven years). Now, the former, who was used to write letters on paper and often used those multiple dots, tended to do so also e.g. in emails, while the latter grown much more in a cell phone and sms era, uses quite often just two dots in smses both for space saving and typing speed, and tends to do so in emails too, although there those constraints are not relevant at all.
Oh well, I know my statistical sample is quite small... but it's something I've been thinking about for a while.
JFTR (Score:1)
Ordinary morality is for ordinary people. -- Aleister Crowley
Re: (Score:1)
Hehe, when I'm concerned about typography I always write
\ldots, but even if I didn't, my editor would do that for me. Unless I'm in math mode, for in that case I use amsmath's\dotswhich chooses the right dots for the given expression. Well, just to say something\ldots-- # This prints: Just another Perl hacker, seek DATA,15,0 and print q... ; __END__
Typing proper typographical ellipses (Score:1)
It’s Unicode codepoint U+2026.
In HTML and XML, you can represent it as “…” (or “…” – or “…” for “horizontal ellipsis” but only in HTML).
My .vimrc says “ . will produce a proper ellipsis.
digraphs .. 8230”, so that Ctrl-K .In gtk+/GNOME apps, you can enter any Unicode codepoint by typing it while holding down Ctrl-Shift. (But it should be avoided on use Perl as it is not (yet?) completely