<div dir="ltr">Hey folks,<br><br>I noticed there was a closed bug on this issue, but I am still having problems connecting to SDE with Unicade enabled.<br><a href="http://trac.osgeo.org/mapserver/ticket/2225">http://trac.osgeo.org/mapserver/ticket/2225</a><br>
<br>We have the most recent version of Mapserver (5.2) and all the libraries are updated, and it still does not work.  On windows with MS4W 2.2.9 and the SDE 9.2 plugin, I get the attached image (unicode.png).  On Linux, I get an Internal Server Error (Premature End of Script Error in Apache log) and no debug information is written to the mapserver log.<br>
<br>Is there something to configure that we're missing to support this change?<br><br>We have a workaround in mind, but it's a lot of work to reload all the data to remove unicode.<br><br>  LAYER # on Linux<br>    DEBUG 5<br>
    NAME myname<br>    TYPE point<br>    STATUS DEFAULT<br>    CONNECTIONTYPE SDE<br>    CONNECTION "host,port:xxxx,instance,user,pass"<br>    DATA "MARTVECTOR.CUL_NSF_POP_PLACE,SHAPE"<br>    <br>    LABELITEM "xxxx"<br>
    CLASS<br>      NAME "Points"<br>      SYMBOL 'tent'<br>      COLOR 255 0 0<br>      OUTLINECOLOR 125 125 125<br>      SIZE 10<br>      LABEL<br>        <br>        COLOR 255 0 0<br>        FONT arial<br>
        TYPE truetype<br>        size 10<br>      END<br>    END<br><br><br></div>