<div dir="ltr">Hello,<br><div class="gmail_quote">
<br>
I am using MAPSerevr 5.6.6 for showing both English and Arabic MAP. We are<br>
using compiled binaries that downloaded from<br>
<a href="http://www.gisinternals.com/sdk/" target="_blank">http://www.gisinternals.com/sdk/</a> . it is working fine for both English and<br>
Arabic when i run it from my Visual studio 2008 and 2010. But When i<br>
Uploaded it to our windows server 2008  Server it is not working. If the<br>
encoding is ISO-8859-{6,8}, CP{1255,1256}, and CP862 the page is not<br>
displaying.It ried with "CP1256//TRANSLIT" but getting same result . If i<br>
change encoding "to windows-1256". the page will display but Arabic labels<br>
not showing  right to left.<br>
<br>
Below my sample code of .map<br>
<br>
LAYER<br>
<br>
    NAME "admin_tourplanner"<br>
        TYPE POLYGON<br>
        MINSCALE 0<br>
        MAXSCALE 1000000   #30000000<br>
        STATUS DEFAULT<br>
        CONNECTIONTYPE OGR<br>
        CONNECTION "admin_tourplanner.TAB"<br>
        #LABELITEM "country"<br>
        LABELITEM "Country_Ar"<br>
<br>
<br>
                CLASS<br>
                        NAME "admin"<br>
                        COLOR 242 239 232<br>
                        OUTLINECOLOR 0 0 0<br>
                        LABEL<br>
                                COLOR 0 120 255<br>
                                # COLOR 255-255-0<br>
                                FONT TITUSCBZ// (worked with arial, tahoma...)<br>
                                TYPE TRUETYPE<br>
                                SIZE 12<br>
                                POSITION LC<br>
                                WRAP " "<br>
                                ENCODING "CP1256"<br>
                        END#LABEL<br>
<br>
<br>
                END # Class section<br>
END # LAYER Section<br>
<br>
Please give suggestion.<br>
<br>
Thanks<br>
<br></div></div>