<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear friends
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>I face a problem with fonts in a<FONT face=Arial size=2> 
mapserver+openlayers application I am developping. </FONT></DIV>
<DIV>I need greek fonts (ISO-8859-7) and the application fails to show them when 
it </DIV>
<DIV>retrieves a string from either the template of the wms layer via 
OpenLayers.Util.getElement</DIV>
<DIV>request.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Specifically I have defined the following...</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the .html&nbsp; [openlayer 
application]&nbsp;</FONT></DIV>
<DIV><FONT face=Arial 
size=2>============================================================</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;HTML&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;HEAD&gt;&lt;TITLE&gt;ΑΤΛΑΝΤΑΣ ΑΚΤΗΣ (ΠΕΠ Κρήτης 
2006-08) - Εφαρμογή σε OpenLayers&lt;/TITLE&gt;<BR>&lt;!--Template version 
1.02--&gt;&lt;LINK href="icons/iacm.css" type=text/css 
rel=stylesheet&gt;<BR>&lt;META http-equiv="Content-Type" content="text/html; 
charset=iso-8859-7"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>&nbsp;&nbsp;&nbsp; map.events.register('click', map, function (e) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
OpenLayers.Util.getElement('nodeList').innerHTML = "Ανάκτηση θεματικών 
δεδομένων... Παρακαλώ περιμένετε 
...";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var 
url =&nbsp; 
dhmoi_irakliou.getFullRequestString({<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
REQUEST: 
"GetFeatureInfo",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
EXCEPTIONS: 
"application/vnd.ogc.se_xml",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
BBOX: 
dhmoi_irakliou.map.getExtent().toBBOX(),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
X: 
e.xy.x,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Y: 
e.xy.y,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
INFO_FORMAT: 
'text/html',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
QUERY_LAYERS: 
dhmoi_irakliou.params.LAYERS,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
WIDTH: 
dhmoi_irakliou.map.size.w,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
HEIGHT: 
dhmoi_irakliou.map.size.h});<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
OpenLayers.loadURL(url, '', this, 
setHTML);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Event.stop(e);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }); </DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&lt;div id="nodeList" style="position:absolute; top:520px; 
background-color: red; font-size: 10pt;"&gt;&lt;/div&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>the&nbsp;.map file</DIV>
<DIV>=======================================================</DIV>
<DIV>...</DIV>
<DIV><BR>WEB<BR>&nbsp;IMAGEPATH "c:/ms4w/apps/ITE/htdocs/tmp/"<BR>&nbsp;IMAGEURL 
"/tmp/"<BR>&nbsp;METADATA <BR>&nbsp;&nbsp;"wms_title" "COAST ATLAS SDI WMS 
Server (infocharta)"<BR>&nbsp;&nbsp;"wms_onlineresource" "<A 
href="">http://localhost/cgi-bin/mapserv.exe</A>?"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"wms_feature_info_mime_type" "text/html"<BR>&nbsp;&nbsp;"wms_srs" 
"EPSG:4326"&nbsp; <BR>&nbsp;&nbsp;"wms_encoding" "ISO-8859-7"&nbsp;&nbsp; #Greek 
fonts<BR>&nbsp;END<BR>END</DIV>
<DIV>...</DIV>
<DIV>&nbsp;LAYER<BR>&nbsp;&nbsp;&nbsp; NAME 
'dhmoi_irakliou'<BR>&nbsp;&nbsp;&nbsp; TYPE POLYGON<BR>&nbsp;&nbsp;&nbsp; DATA 
'C:\ITE_DATA\sdi_data\infocharta\dhmoi_irakliou.shp'<BR>&nbsp;&nbsp;&nbsp; 
METADATA<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'wms_title' 
'dhmoi_irakliou'<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; STATUS 
OFF<BR>&nbsp;&nbsp;&nbsp; PROJECTION<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;"init=epsg:2100"<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEMPLATE 
"c:/ms4w/Apache/htdocs/test/dhmoi_irakliou.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
NAME 'dhmoi_irakliou'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR -1 -1 
-1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp; END</DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>the&nbsp;template file 
("c:/ms4w/Apache/htdocs/test/dhmoi_irakliou.html")</DIV>
<DIV>==========================================================</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;HTML&gt;<BR>&lt;HEAD&gt;<BR>&lt;META http-equiv="Content-Type" 
content="text/html; charset=iso-8859-7"&gt;<BR>&lt;/HEAD&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;a href="<A 
href="">http://localhost/cgi-bin/mapserver.exe?mode=indexquerymap&amp;qlayer=dhmoi_irakliou&amp;shapeindex=[shpidx]&amp;shpext=[shpext_esc]&amp;mapext=shape&amp;map=[map</A>]"&gt;<BR>&lt;/a&gt;<BR>***ελληνικό 
κείμενο***:&nbsp;[NAMF_GR],.., [POP_01] </DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;/HTML&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>============================</DIV>
<DIV>&nbsp;</DIV>
<DIV>the [NAMF_GR] is an attribute in greek&nbsp;- however the applications 
fails to type it in greek&nbsp;(little squares are shown instead).&nbsp;The 
[POP_01]</DIV>
<DIV>is a number and it's shown correctly. The "***ελληνικό κείμενο***:" is a 
text in greek and it isn't shown either. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Should you have any suggestion please let me know</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance and seasong greetings!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Emmanuel.</DIV>
<DIV>&nbsp;</DIV></FONT></FONT></DIV></BODY></HTML>