Why isn't there a "cent" sign on the keyboard?

Why is there a $ but no cent? Who decides what goes on a keyboard? Is there an ISO standard or something? Can someone describe alternate keyboards of the past? (I know about Dvorak vs. Qwerty; I’m talking about which glyphs are or are not included).

With a standard U.S. keyboard, you can make a hyphen but not a dash (neither em nor en). You can’t type letters with accents over them in one keystroke. You can’t type some simple math symbols like the “divided by” sign; you know, the line with a dot over and under it. These things don’t come up that often, but I have more occasion to make a dash than to use, for instance, @, #, ^, &, and *.

It just all seems so gosh-darned arbitrary.

There is. If you have the keyboard with the keypad, use Alt0162. If you don’t have the keypad, use the character map.

¢ (I know it’s little and hard to read, but I swear that’s what it is.)

As for why it’s not normally on the keyboard like the $ is? Probably because it’s not commonly used by your average typist. I rarely use it, and I play with nunmers all day.

All the codes can be found by running character map (if you’re using Windows). In Windows 98, it’s under Start>Programs>Accessories>System Tools>Character Map Alternately, see the thread ¡ ásçìï çöðès for Special Characters using PCs!

Also, what key does what is simply a matter of configuration. I’ve switch from UK to US to Icelandic to Chinese layouts and they all have their differences.

— G. Raven

A history of the ASCII character set may be found here:

http://www.wps.com/texts/codes/

Bottom line - it WAS arbitrary, with many competing interests attempting to get their say as to what characters were important enough to be represented in the available seven bits (an 8 bit byte, with a parity bit left over).

¢ £ != ± 360º ™ ® © ÷ - –

easy-scmeasy, what’s the problem?

Oh yeah, on the Mac, you’d want to use the Keycaps control Panel.

é ü ó á… sorry, it’s just soooooo much fun. heh.

The title line got chopped. I think I fixed it. If that’s not what you wanted, let me know.

Thanks, Chronos, for fixing the title.

I know you can make all manner of oddball symbols with software access to the ASCII character set and other indirect methods. In fact, mathematical typesetting, in which one revels in the arcanities of matrices, integrals, summations, and indices, is a hobby of mine. What I was getting at in the OP is how the characters that are directly accessible by typing a single keystroke on a standard keyboard were decided upon.

I hate to over-generalize, but I would have to say it’s survival of the most-needed. You can do without a cent symbol because you can say $0.02.

I agree, and find extended ASCII to be generally useless.

Inflation.

My old Underwood had a cent key, but now that pennies are worthless, my Compaq has only a dollar key.

Just my $0.02

I think, as KneadToKnow pointed out, the cent key is redundant. But, in this age of global communication, I’d like to see on my keyboard £ and é at the very least. Maybe the Yen symbol too (dunno how to do that one :wink: ).

And is there a Euro symbol code yet?

The PC keyboard was intended to produce the 7 bit ASCII set, which is why I gave you the historical link I did.

The yen symbol: ¥

The Euro symbol has been adopted by the computer companies, but unless you have a relatively recent browser and OS (I don’t), it won’t show up for you.

In Word, Control-Slash-C will get you ¢.

The Euro sign was includd in the ISO 8859 family, by creating codepage ISO-8859-15, where it replaces the “international currency sign” at position 0xA4 (dec 164)

The cent is also in there at position 0xA2 (dec 162).

I don’t know how well Windows supports ISO-8859-15, but with recent versions of X11 there are no problems.

If your code pages are set up properly this would be:
Euro sign : ?
Cent sign : ¢

Everything will be much easier when we all use Unicode (ISO-10646) though…