PPRuNe Forums - View Single Post - Excel to webpage - Windows
View Single Post
Old 25th November 2009 | 10:36
  #2 (permalink)  
bnt
15 Anniversary
 
Joined: Feb 2007
Posts: 755
Likes: 26
From: Dublin, Ireland. (No, I just live here.)
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  
Reply