Â

Like most bloggers, I enjoy checking my stats. I especially like to see where my visitors have come from and where they are going to. Some of my incoming traffic has been coming from searches on Google and Yahoo! for “The Geographer’s Library”, as I recently posted about that book. In looking at the search results from incoming visitors, I noticed that my post was number one on several search engines. My first though was, “Well, it’s about damn time.” My second was, “This can’t be right.” Where was Amazon.com? Anytime I do a search for a book, they are invariably first. Where was Barnes and Noble? ABE? Alibris? There should be lots of results before my paltry post.
I did a search for myself. There was Amazon, Barnes and Noble, ABE, and Alibris. Ten pages into the results and I still couldn’t find Cup O’ Books.  Huh?
As I went back and forth looking for what was different about the search terms, I finally noticed this:
Â
’
and this:
‘.
Â
The apostrophe in the incoming searches was different than the apostrophe in my search. Both failed to create the red line that indicates a misspelled word in Microsoft’s spelling engine. I was perplexed. In a fit of reason, I e-mailed our computer guy at school. Here is the e-mail:
I am wondering if either of you can help me understand the difference in the apostrophes found above. Both appear to be Times New Roman apostrophes, as neither is identified as a spelling error by the Microsoft Office spell check. However, if you do a Google or Yahoo search for the top one, you get the “Did you mean…†message identifying a spelling mistake. The second does not generate that message. Each search turns up unique results.
Here is his reply:
The difference is not grammatical (or “punctuational,” if you prefer). It’s a technological glitch. Every character you type looks on-screen like a letter or number or mark that you understand. In the background, however, each character is represented by a number that is part of the ASCII code. (ASCII=American Standard Code for Information Interchange). The code is a 7-bit binary number, and the combination of 1s and 0s allows up to 128 characters. These are letters (upper and lower case), numbers, and standard marks of punctuation, diacritical marks, etc. You’d think that this would allow for even more complicated punctuation (“curly” quotes instead of “straight” quotes, for instance), except that a few dozen of the codes are used for computer instructions.
Extended ASCII and Unicode are two of the codes people have produced to cover the less-common marks: copyright, registered trademark, etc.
The “curly” quotes don’t fit into standard ASCII. When a program like Microsoft Word uses the fancy quotation marks (it can be set to do this automatically), or to turn 2 hyphens into an em dash, it looks great on-screen or on-paper. But when you send this file to a program that doesn’t recognize Extended ASCII or Unicode, you get bad results.
When you see an email where an abbreviated word has turned into gobbledygook, it is the result of the current program trying to translate some other programs preferred code into its own.
So here’s my guess: Google uses standard ASCII, so it recognizes “Geographer’s” as the word you meant. But if a fancy apostrophe is used, it interprets it as a separate symbol and may see TWO terms: “Geographer” and “s” and give you different results.
From all that I have heard and read, Google programmers are the cream of the crop. I expect this is the result of a conscious decision on their part to use standard ASCII for faster searches, and to try to avoid second-guessing which other codes programs might use.
How’s that?
If any technogeeky types want to respond to this, I’d be interested in any comments.
Technorati Tags: ASCII, Unicode, Geographer’s Library, Search Engine, books, apostrophe