PPRuNe Forums - View Single Post - Excel to webpage - Windows
View Single Post
Old 25th Nov 2009, 10:36
  #2 (permalink)  
bnt
 
Join Date: Feb 2007
Location: Dublin, Ireland. (No, I just live here.)
Posts: 733
Received 8 Likes on 7 Posts
Those � things look like symbols not being rendered correctly under the current codepage. Usually the headers on the web page say what encoding the characters in the page use, but this looks like a mismatch. My guess is that those are UTF-8 (Unicode) characters, but the page header doesn't say so. A page that renders UTF-8 should have the following at the top:
Code:
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
In Firefox, you can experiment with different codepages, under View / Character Encoding - you can test different options before modifying the page.
bnt is offline