Frode Wiseth Jørgensen wrote:

A Select statement in PostgreSQL with a WHERE statement involving cyrilic
chararcters returns correct answer.

A Mapserver LAYER with at CLASS and EXPRESSION using the same cyrilic
characters does not return a answer.
This is the expression: EXPRESSION ('[navn]' = 'Призрен')


Expressions from the mapfile are processed and/or passed directly to the database engine without any encoding conversion. Perhaps make sure your mapfile is saved using UTF-8 encoding (i.e. same encoding as the source data).

Daniel
--
Daniel Morissette
http://www.mapgears.com/
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to