[COMMIT LOGREPORT] service/www/lib/Lire/DlfAnalysers ReferrerCategoriser.pm,1.4,1.5

Joost van Baal vanbaal at users.sourceforge.net
Sun Jul 16 16:13:14 CEST 2006


Update of /cvsroot/logreport/service/www/lib/Lire/DlfAnalysers
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19745

Modified Files:
	ReferrerCategoriser.pm 
Log Message:
added some comments

Index: ReferrerCategoriser.pm
===================================================================
RCS file: /cvsroot/logreport/service/www/lib/Lire/DlfAnalysers/ReferrerCategoriser.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ReferrerCategoriser.pm	16 Jul 2006 13:29:39 -0000	1.4
+++ ReferrerCategoriser.pm	16 Jul 2006 14:13:12 -0000	1.5
@@ -126,10 +126,13 @@
         #
         # (We've seen ISO-8859-1:
         # http://www.google.fr/search?num=100&hl=fr&ie=ISO-8859-1&q=images+de+synth%E8se&btnG=Rechercher&meta=
+        # when the query is utf-8 encoded, it shows up as e.g.
+        # http://www.google.nl/search?hl=nl&q=%22images+de+synth%C3%A8se%22&btnG=Google+zoeken&meta=
         # )
 	$keywords =~ s/%([0-9a-fA-F]{2})/chr(hex $1)/eg unless $enc;
         # FIXME: take &ie=ISO-8859-1& into account here!
         # We don't even try to manage anything which has a non-UTF8-encoding here.
+        # See RFC 2396 and RFC 2616 for the gory details.
         $dlf->{'search_engine'} = $engine;
         # we've seen
         # http://www.google.com/search?as_q=&num=10&btnG=Google+Search&\

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list