Wayne's World: People actually ask about the ellipses character?
This was a surprise to me. Almost every character set has an ellipses defined in the unicode range. The ellipses is assigned to U+2026 or Alt+0133. The actual name of this character is the Horizontal Ellipses and you can find it by launching the handy dandy Character Map utility that ships, hopefully, with every version of windows. The idea that people go to extremes in order to create these is confusing. I guess while you can't do much to change the appearance of a unicode based ellipses, you could define it as a textual element in just about anything and mess with the formatting until you got the appropriate *appearance* of size, etc... This is similar to what Wayne has done in his entry Ellipsis, only he chooses a drawing technique to achieve his ellipses.
Note, there are many ways to make an ellipses. The most readily apparent to those of us that blog, would be to use the ellipses character directly from the HTML view …. Just make sure the character set being used has such a character. Another easy method is to use HTML and create a dotted border around an element that is properly sized to appear where you need it to. This is more similar to Wayne's method.
Strangely enough, I'm pointing this out, because so many game engines don't properly use the ellipses for continuation. Many of them either don't include it in their character set (many games use pre-generated graphics for printing text since it looks *cool*), or don't think to use it, instead inserting the three periods and taking up extra screen real-estate. Even more strange is that most people actually think the ellipses is three periods rather than actually being it's own character. I know I've been using extensive use of the three periods when writing blog entries. When writing Word documents three periods will automagically get converted into the ellipses character. I really do love that feature.