1

I have Ubuntu 14.04 Installed on my computer, I use Gedit and Bluefish for html and css edits(If theres any better ones out there let me know :) ) And for some reason apostrophes and quotes sometimes show these weird text boxes, and I can do a Find & Replace to fix some of them, but most of them I miss when I'm viewing a webpage.

When the Code is being rendered it shows a Question Mark.

enter image description here

Cornelius
  • 9,653

1 Answers1

-1

Try searching and replacing these characters in the source code:

‘ and ’ replace with '
“ and ” replace with "
Parto
  • 15,647