Select to view content in your preferred language

About AGSQuery

590
1
11-10-2011 05:14 PM
XiaoJing
Emerging Contributor
here is my code:

AGSQuery* query = [AGSQuery query];
query.where = @"NAME = '????'";
query.returnGeometry = YES;

when I use @"NAME=English",it return some result,but Chinese not work.did i need to encoding chinese characters?
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
Are you using 2.1 version of the ArcGIS for iOS SDK? If yes, it should just work.

Regards,
Nimesh
0 Kudos