Open GoogleCodeExporter opened 9 years ago
Thanks for reporting it.
Original comment by nabeelmukhtar
on 14 Oct 2010 at 9:10
I also had problems with any UTF-8 characters. The XML implementation had some
schema problems, but if you're using JSON just change line 130 in
BingSearchJsonClientImpl.java to read:
Object response = parser.parse(new InputStreamReader(jsonContent, "UTF-8"));
Build again and you should now get full unicode support.
Original comment by mr.olafs...@gmail.com
on 30 Jan 2011 at 9:20
Where is the BingSearchJsonClientImpl class? Which package?
Thanks Mr Olafs
Original comment by cherrymo...@gmail.com
on 31 Jan 2011 at 4:37
Here:
http://www.google.com/codesearch/p?hl=en#_aXFSM_RE6c/trunk/bing-search-java-sdk/
core/src/main/java/com/google/code/bing/search/client/impl/BingSearchJsonClientI
mpl.java&q=BingSearchJsonClientImpl%20package:http://bing-search-java-sdk%5C.goo
glecode%5C.com&sa=N&cd=1&ct=rc
Original comment by mr.olafs...@gmail.com
on 11 Feb 2011 at 1:02
I have changed the build 2.0.176 to use gson for json parsing and updated the
BingSearchJsonClientImpl class with UTF-8. Let me know if that solves your
problem.
Except gson, all other dependencies have been removed.
Original comment by nabeelmukhtar
on 11 Feb 2011 at 1:07
please help a newb
im running ImageSample.java with no success.
i can't get any results. i always get:
"The -appid and -query options are required. All others are optional.
-appid <appid> You Application ID.
-help Print this message.
-query <query> Search Query."
even after i set appid and query i still get this message, but with the details
i entered.
help please thanks
Original comment by dor...@gmail.com
on 24 Mar 2011 at 7:21
Original issue reported on code.google.com by
wbarczyn...@gmail.com
on 9 Sep 2010 at 10:03