To use link like that {site}/_vti_bin/listdata.svc/{list}?$filter=Название eq 'London'
you need to encode cyrillic word.
Here is a service to do it http://meyerweb.com/eric/tools/dencoder/
Proper link is {site}/_vti_bin/listdata.svc/{list}?$filter=%D0%9D%D0%B0%D0%B7%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5 eq 'London'
you need to encode cyrillic word.
Here is a service to do it http://meyerweb.com/eric/tools/dencoder/
Proper link is {site}/_vti_bin/listdata.svc/{list}?$filter=%D0%9D%D0%B0%D0%B7%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5 eq 'London'
No comments:
Post a Comment