Jeff,

  I'm not a webgate admin, and my way may be wrong. But I've always used the
  HTML codes when adding non-ascii characters to a webpage otherwise encoded
  in ISO-????

  On that note it appears the problem is that the page headers are ISO-???
  not UTF-8

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd";>
  <HTML>
  <HEAD>
  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

  At the top of the html code.

  Changing the content="???" to

  text/html; charset=UTF-8

  in the /include/http_header.inc Fixed it on
  http://mirror.its.dal.ca/openmpi

  Let me know once you've seen it and I'll revert the file so I'm inline
  with upstream.

-Karl

On Wed, Feb 17, 2010 at 09:51:11PM -0500, Jeff Squyres wrote:
> Webgate admins --
> 
> I was proud of myself for getting the hebrew characters in the tagline of 
> your site listed properly here:
> 
>     http://www.open-mpi.org/community/mirrors/
> 
> However, this exact same text does not display properly on any of Open MPI's 
> mirrors, even yours:
> 
>     http://mpi.webgate.co.il/community/mirrors/
> 
> As an ugly american, I rarely deal with i18n kinds of issues.  :-(  Can you 
> hit me with a clue bat as to what I'm doing wrong?
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> 
> For corporate legal information go to:
> http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> 
> _______________________________________________
> mirrors mailing list
> mirr...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/mirrors
> 

Reply via email to