I am developing a gis system using mapserver and open scales library. GIS data is taken from a shape file. When i try to show the name attached to a place its showing unknown characters (not in english) along with its name in english. here is my .map file settings
LAYER
NAME city
TYPE POINT
STATUS ON
LABELITEM 'NAME'
MAXSCALE 7500000
DATA "ndia_location.shp"
CLASS
EXPRESSION ( '[PLACE]'=='city' )
LABEL
COLOR 0 0 0
TYPE BITMAP
SIZE SMALL
POSITION CC
#MINFEATURESIZE 100
ENCODING UTF-8
PARTIALS FALSE
BUFFER 0
END
END
Is there a way to show only English name for the label. I have tried with openlayers javascript library also.