Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm having this problem with L characters showing up in IE 8. It's happening in the Healthcare Professionals block and the bottom two blocks. Any experience with this/clue as to what's wrong? I'm going to start deconstructing the whole page soon and rebuilding it line by line, but it would be great to get an answer as to what the heck the cause is.

share|improve this question
Did you copy any of the text from a word processor like Microsoft Word, or OpenOffice? – tahdhaze09 Aug 24 '12 at 18:02
I did, yeah. Good call! – alexvance Aug 24 '12 at 18:14
That may be your issue. Put it in a cleaner, or just copy text into Notepad first, then copy and paste. – tahdhaze09 Aug 24 '12 at 18:46
Looks like a quote issue. Word and other apps use non-standard quotation characters which are not usually in the character set that most web pages use. – andyb Aug 24 '12 at 19:23

1 Answer

up vote 3 down vote accepted

Maybe you can refer to this http://webmasters.stackexchange.com/questions/15709/strange-characters-appearing-on-websites-ascii-unicode

There may be some encoding issue with the content.

share|improve this answer
This is apparently an encoding issue, caused by more than one wrong conversion, and probably originally incorrect use of quotation marks. For a more exact analysis, a URL would be needed (a URL of a web page, not a screen shot). – Jukka K. Korpela Aug 24 '12 at 20:59
There is - I was copying from Microsoft Word and Photoshop into a Drupal edit box, and the ASCII code EOT was showing up throughout and rendering as a superscripted 'L'. Copying the text into notepad++ showed the EOT chunks, and I could delete them there. Thanks! – alexvance Aug 27 '12 at 16:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.