[mapguide-users] Re: Special characters in filters

GordonL gordon.luckett at arrowgeomatics.com
Thu Feb 16 13:27:12 EST 2012


I think you are just missing the double quote:


MgUpdateFeatures(layer.FeatureClassName, collection, "Property1 = '÷פłŁß');
to
MgUpdateFeatures(layer.FeatureClassName, collection, "Property1 =
'÷פłŁß'");


"Property1 = '÷פłŁß'" (notice the double quotes around the whole filter)

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Special-characters-in-filters-tp4477038p4477079.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list