Closed (fixed)
Project:
Google Custom Search Engine Advanced
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 18:25 UTC
Updated:
5 Nov 2010 at 16:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
meba commentedutf8_encode() added to result set to ensure everything is encoded properly. Patch made by Mathiaz.sk. Committed to CVS.
Comment #2
Rob Knight commentedThis caused a small issue for us when printing out the UTF8-encoded results. I've rolled a patch which utf8_decodes data on the way out, returning it to the form it was received from Google in (patch is against the latest version in CVS).
Comment #3
meba commentedGreat! Committed.