Jump to content

What's with this ' replacing the '


michaelsteele3

Recommended Posts

It's one of those things that can make things appear complicated, but the root causes are simple enough.

There have always been characters that can't be used for some jobs. Things such as filenames and HTML code have special meanings for some characters. And there are ways of sending those characters so the special meanings aren't applied.

The apostrophe has always been represented by the numeric value of 39, since the days of ASCII. Of course the computer handles it in binary, but 39 is the decimal equivalent. It's just that, unless the computer is doing something special, that 39 in the file pops onto your screen as an apostrophe. And those odd-looking strings are a standard way of saying "show the character for which this is the code".

Sometimes that gets mistaken.

Anyway, if your browser shows the URL of the page you're reading, this page's URL will show a different way of encoding the odd characters, but that last code isn't decimal. It's the same idea.

I can't fix it for you, but either something needs changing on your browser, or something has been lost from the file. It sometimes happens when the computer is set up for a different language to US English. If I saw the sort of error you report, I'd want to check my language setting.

It might have some other cause. It's just somewhere obvious to check.

My browser does have settings for the language it uses. The default is what the OS uses, which affects the display, the spelling-checks, and the keyboard. I know it can get complicated if you use a different language, or more than one language.

What I have just works. I don't see the weirdness. May it will go away as mysteriously as it appeared.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...