Malcolm wrote:
> "Martijn" <subscription-remove-> wrote
>
>>>My question is what exactly IS a text character? Is it a
>>>bitmap?
>>
>>This is so off-topic, you wouldn't believe it. Although I shouldn't do
>>this
>>(because it may encourage others to post OT here as well):
>>
>
> The question is not actually off topic. It's a bit like "what does the add
> sign mean?", or "when I multiply two negative numbers the program outputs a
> positive, why?".
>
<snip>
Riiiight. That's not far from claiming that just about any topic
involving programming is alright for c.l.c, since C is a programming
language.
It definitely has nothing to do with C specifically, since obviously,
the rest of what you posted applies to computers in general, whether
you're using C, Pascal, Ada, or a Turing machine. The question of how C
handles characters is another matter.
But if we're on that track, let's pull in the whole
character/glyph/encoding story, rather than stick to the ASCII world.
http://www.cs.tut.fi/~jkorpela/chars.html seems like a nice start.
Dealing with characters in terms of what they represent on an abstract
level tends to be more common than having to know how they're displayed,
but of course that's an important area of study as well. See
http://redsun.com/type/abriefhistoryoftype/ for a nice overview of the
history of typography, including early digital typography.
S.