Issue 35484 - Unicode Characters failing to display
Summary: Unicode Characters failing to display
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Website general issues (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: joey
QA Contact: issues@www
URL: http://eo.openoffice.org
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 23:37 UTC by joey
Modified: 2004-10-14 05:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joey 2004-10-13 23:37:47 UTC
Assigned p1 because it hinders completetion of documentation.

Hi, this appears it might be similar to unresolved issue 28626

http://eo.openoffice.org is not correclty displaying UTF-8 characters. It
display correctly on my local machine in my CVS directory but not on the
website.  I've gone through and check all of the 'wrapper' HTML code that tigris
appears to be using and it's the same code as other native-lang projects's
wrappers. 

Any ideas how we can fix this?

Thanks,

Joey
Comment 1 lsuarezpotts 2004-10-14 05:01:39 UTC
first, let's lower priority ;) p2 or p3 seems just as effective.  p1 means everyone dropping everything to 
work on this.

second, I looked at your eo/www/index.html and it--and I guess all--of your webpages are set to 
latin-1, not utf-8. Why? because if you don't specify it, it will default (in this case) to latin-1.  Solution: 
set pages to utf-8 in meta tag and in character.  

You might also get rid of the Doctype declaration; not needed.  

For how our style works, read http://www.openoffice.org/styles/

Cheers,
Louis
Comment 2 joey 2004-10-14 05:03:19 UTC
Hi Louis... they are set utf-8 unless I missed something???

 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Comment 3 lsuarezpotts 2004-10-14 05:10:04 UTC
I see no set:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Bonvenon al OpenOffice.org en Esperanto</title>
  <meta content="Donald, Tim, kaj Joey" name="author">
  <meta content="Really Cool Esperanto People" name="description">
</head>
<body>

this from eo/www/index.html
-louis
Comment 4 joey 2004-10-14 05:15:59 UTC
ok, I found the problem.  I needed to add a 2nd meta tag to the source
Comment 5 lsuarezpotts 2004-10-14 05:19:04 UTC
closing