views:

346

answers:

5

English is not my first language and when programming I sometimes need to look for information for a special portion of code. When this code concerns or contains a special character (°, *, #, ... etc), that is not always recognized in search engines, I often end up having to ask a new question because I do not know how to write these characters in plain text.

So can anybody give me a link to a sort of english dictionary of all these signs and symbols.

+10  A: 

You need the Jargon file. Amongst al the fantastic definitions (in the glossary section) is a list of ASCII symbols and what they're called.

paxdiablo
+1 thanks a lot
Saar
This should be a default answer to 75% of all questions here! (ok, not really, but it's good reading!)
Brian Postow
+5  A: 

Sadly, a lot of these characters have multiple names, some of which are more or less popular depending on things like how old the speaker is, and what side of the Atlantic they are living on.

I found a table in this blog post, which has a lot of the names. It shows which are (in the author's opinion) Britishisms and which are the most common names for each. The problem is saying that authoratatively would probably take some kind of international study. Anything less would just be emphasising the Author's own background.

For instance, she says calling [] "square brackets" is a British usage. I've never been more than a couple hundred miles outside the USA, and that's what I've always called them. Her first listed name, "Box" I've never heard anybody use.

T.E.D.
Thanks it's handy. Someone posted a similar link just before but then deleted his answer: http://www.webmonkey.com/2010/02/special_characters/
DrDro
I'm in the US, and always called those square brackets...
Brian Postow
+3  A: 

Windows character map (just click a character, and look in the status bar at the bottom of the application window)

Richard Ev
Nice, first time I see this utility. But the name is given in the language of the operating system.
DrDro
+1  A: 

By far the most complete and authoritative listing of special characters is the Unicode character database.

And be sure to check out the rest of the Unicode website.

Jeffrey L Whitledge
A: 

Just find out there is an old article about that on Coding Horror.

DrDro