You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2010/11/07 02:48:49 UTC

[lucy-commits] svn commit: r1032196 - in /incubator/lucy/trunk/perl: lib/Lucy/Docs/Cookbook/ lib/Lucy/Docs/Tutorial/ sample/ sample/us_constitution/

Author: marvin
Date: Sun Nov  7 01:48:48 2010
New Revision: 1032196

URL: http://svn.apache.org/viewvc?rev=1032196&view=rev
Log:
Change sample US Constitution corpus and sample application to use UTF-8
encoding.  All material is actually ASCII, so we were getting away with sloppy
encoding handling before, but with this change, the sample code will do the
right thing after people adapt it and start using real UTF-8 material with
code points above 127.  Furthermore, search.cgi now passes query strings with
code points above 255 cleanly.
-yThis line, and those below, will be ignored--

M    perl/sample/search.cgi
M    perl/sample/us_constitution/art6.html
M    perl/sample/us_constitution/amend9.html
M    perl/sample/us_constitution/art1sec1.html
M    perl/sample/us_constitution/art1sec3.html
M    perl/sample/us_constitution/art2sec2.html
M    perl/sample/us_constitution/art3sec1.html
M    perl/sample/us_constitution/amend11.html
M    perl/sample/us_constitution/amend21.html
M    perl/sample/us_constitution/art1sec5.html
M    perl/sample/us_constitution/art2sec4.html
M    perl/sample/us_constitution/art3sec3.html
M    perl/sample/us_constitution/art4sec2.html
M    perl/sample/us_constitution/preamble.html
M    perl/sample/us_constitution/amend13.html
M    perl/sample/us_constitution/art1sec7.html
M    perl/sample/us_constitution/amend23.html
M    perl/sample/us_constitution/art4sec4.html
M    perl/sample/us_constitution/amend15.html
M    perl/sample/us_constitution/amend25.html
M    perl/sample/us_constitution/art1sec9.html
M    perl/sample/us_constitution/amend17.html
M    perl/sample/us_constitution/amend27.html
M    perl/sample/us_constitution/amend19.html
M    perl/sample/us_constitution/amend2.html
M    perl/sample/us_constitution/amend4.html
M    perl/sample/us_constitution/amend6.html
M    perl/sample/us_constitution/art5.html
M    perl/sample/us_constitution/amend8.html
M    perl/sample/us_constitution/art7.html
M    perl/sample/us_constitution/art1sec2.html
M    perl/sample/us_constitution/art2sec1.html
M    perl/sample/us_constitution/amend10.html
M    perl/sample/us_constitution/art1sec4.html
M    perl/sample/us_constitution/amend20.html
M    perl/sample/us_constitution/art2sec3.html
M    perl/sample/us_constitution/art3sec2.html
M    perl/sample/us_constitution/art4sec1.html
M    perl/sample/us_constitution/amend12.html
M    perl/sample/us_constitution/amend22.html
M    perl/sample/us_constitution/art1sec6.html
M    perl/sample/us_constitution/art4sec3.html
M    perl/sample/us_constitution/amend14.html
M    perl/sample/us_constitution/amend24.html
M    perl/sample/us_constitution/art1sec8.html
M    perl/sample/us_constitution/amend16.html
M    perl/sample/us_constitution/amend26.html
M    perl/sample/us_constitution/amend18.html
M    perl/sample/us_constitution/art1sec10.html
M    perl/sample/us_constitution/amend1.html
M    perl/sample/us_constitution/amend3.html
M    perl/sample/us_constitution/index.html
M    perl/sample/us_constitution/amend5.html
M    perl/sample/us_constitution/amend7.html
M    perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod
M    perl/lib/Lucy/Docs/Tutorial/Simple.pod
M    perl/lib/Lucy/Docs/Cookbook/CustomQueryParser.pod

Modified:
    incubator/lucy/trunk/perl/lib/Lucy/Docs/Cookbook/CustomQueryParser.pod
    incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod
    incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/Simple.pod
    incubator/lucy/trunk/perl/sample/search.cgi
    incubator/lucy/trunk/perl/sample/us_constitution/amend1.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend10.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend11.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend12.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend13.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend14.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend15.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend16.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend17.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend18.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend19.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend2.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend20.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend21.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend22.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend23.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend24.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend25.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend26.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend27.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend3.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend4.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend5.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend6.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend7.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend8.html
    incubator/lucy/trunk/perl/sample/us_constitution/amend9.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec1.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec10.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec2.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec3.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec4.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec5.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec6.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec7.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec8.html
    incubator/lucy/trunk/perl/sample/us_constitution/art1sec9.html
    incubator/lucy/trunk/perl/sample/us_constitution/art2sec1.html
    incubator/lucy/trunk/perl/sample/us_constitution/art2sec2.html
    incubator/lucy/trunk/perl/sample/us_constitution/art2sec3.html
    incubator/lucy/trunk/perl/sample/us_constitution/art2sec4.html
    incubator/lucy/trunk/perl/sample/us_constitution/art3sec1.html
    incubator/lucy/trunk/perl/sample/us_constitution/art3sec2.html
    incubator/lucy/trunk/perl/sample/us_constitution/art3sec3.html
    incubator/lucy/trunk/perl/sample/us_constitution/art4sec1.html
    incubator/lucy/trunk/perl/sample/us_constitution/art4sec2.html
    incubator/lucy/trunk/perl/sample/us_constitution/art4sec3.html
    incubator/lucy/trunk/perl/sample/us_constitution/art4sec4.html
    incubator/lucy/trunk/perl/sample/us_constitution/art5.html
    incubator/lucy/trunk/perl/sample/us_constitution/art6.html
    incubator/lucy/trunk/perl/sample/us_constitution/art7.html
    incubator/lucy/trunk/perl/sample/us_constitution/index.html
    incubator/lucy/trunk/perl/sample/us_constitution/preamble.html

Modified: incubator/lucy/trunk/perl/lib/Lucy/Docs/Cookbook/CustomQueryParser.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy/Docs/Cookbook/CustomQueryParser.pod?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy/Docs/Cookbook/CustomQueryParser.pod (original)
+++ incubator/lucy/trunk/perl/lib/Lucy/Docs/Cookbook/CustomQueryParser.pod Sun Nov  7 01:48:48 2010
@@ -344,7 +344,7 @@ Insert any of our custom parsers into th
 for how they behave:
 
     my $parser = FlatQueryParser->new( schema => $searcher->get_schema );
-    my $query  = $parser->parse( $cgi->param('q') || '' );
+    my $query  = $parser->parse( decode( 'UTF-8', $cgi->param('q') || '' ) );
     my $hits   = $searcher->hits(
         query      => $query,
         offset     => $offset,

Modified: incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod (original)
+++ incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod Sun Nov  7 01:48:48 2010
@@ -97,7 +97,7 @@ parameter.
     
     ... 
     
-    my $category = $cgi->param('category') || '';
+    my $category = decode( "UTF-8", $cgi->param('category') || '' );
 
 QueryParser's constructor requires a "schema" argument.  We can get that from
 our IndexSearcher:

Modified: incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/Simple.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/Simple.pod?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/Simple.pod (original)
+++ incubator/lucy/trunk/perl/lib/Lucy/Docs/Tutorial/Simple.pod Sun Nov  7 01:48:48 2010
@@ -111,13 +111,14 @@ The beginning is dedicated to CGI proces
     my $path_to_index = '/path/to/index';
 
     use CGI;
+    use Encode qw( decode );
     use Data::Pageset;
     use HTML::Entities qw( encode_entities );
     use LucyX::Simple;
     
     my $cgi           = CGI->new;
-    my $q             = $cgi->param('q') || '';
-    my $offset        = $cgi->param('offset') || 0;
+    my $q             = decode( "UTF-8", $cgi->param('q') || '' );
+    my $offset        = decode( "UTF-8", $cgi->param('offset') || 0 );
     my $hits_per_page = 10;
 
 Once that's out of the way, we create our LucyX::Simple object and feed
@@ -248,14 +249,15 @@ function from L<HTML::Entities> to guard
     sub blast_out_content {
         my ( $query_string, $hit_list, $paging_info ) = @_;
         $query_string = encode_entities($query_string);
-        print "Content-type: text/html\n\n";
+        binmode( STDOUT, ":encoding(UTF-8)" );
+        print qq|Content-type: text/html; charset=UTF-8\n\n|;
         print qq|
     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
         "http://www.w3.org/TR/html4/loose.dtd">
     <html>
     <head>
       <meta http-equiv="Content-type" 
-        content="text/html;charset=ISO-8859-1">
+        content="text/html;charset=UTF-8">
       <link rel="stylesheet" type="text/css" 
         href="/us_constitution/uscon.css">
       <title>Lucy: $query_string</title>

Modified: incubator/lucy/trunk/perl/sample/search.cgi
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/search.cgi?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/search.cgi (original)
+++ incubator/lucy/trunk/perl/sample/search.cgi Sun Nov  7 01:48:48 2010
@@ -22,6 +22,7 @@ use warnings;
 my $path_to_index = '/path/to/index';
 
 use CGI;
+use Encode qw( decode );
 use Data::Pageset;
 use HTML::Entities qw( encode_entities );
 use Lucy::Search::IndexSearcher;
@@ -31,9 +32,9 @@ use Lucy::Search::TermQuery;
 use Lucy::Search::ANDQuery;
 
 my $cgi           = CGI->new;
-my $q             = $cgi->param('q') || '';
-my $offset        = $cgi->param('offset') || 0;
-my $category      = $cgi->param('category') || '';
+my $q             = decode( "UTF-8", $cgi->param('q') || '' );
+my $offset        = decode( "UTF-8", $cgi->param('offset') || 0 );
+my $category      = decode( "UTF-8", $cgi->param('category') || '' );
 my $hits_per_page = 10;
 
 # Create an IndexSearcher and a QueryParser.
@@ -192,14 +193,15 @@ sub generate_category_select {
 sub blast_out_content {
     my ( $query_string, $hit_list, $paging_info, $category_select ) = @_;
     $query_string = encode_entities($query_string);
-    print "Content-type: text/html\n\n";
+    binmode( STDOUT, ":encoding(UTF-8)" );
+    print qq|Content-type: text/html; charset=UTF-8\n\n|;
     print qq|
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
   <meta http-equiv="Content-type" 
-    content="text/html;charset=ISO-8859-1">
+    content="text/html;charset=UTF-8">
   <link rel="stylesheet" type="text/css" 
     href="/us_constitution/uscon.css">
   <title>Lucy: $query_string</title>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend1.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend1.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend1.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend1.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment I</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend10.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend10.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend10.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend10.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment X</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend11.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend11.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend11.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend11.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XI</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend12.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend12.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend12.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend12.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend13.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend13.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend13.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend13.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XIII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend14.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend14.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend14.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend14.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XIV</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend15.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend15.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend15.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend15.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XV</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend16.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend16.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend16.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend16.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XVI</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend17.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend17.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend17.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend17.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XVII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend18.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend18.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend18.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend18.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XVIII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend19.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend19.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend19.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend19.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XIX</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend2.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend2.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend2.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend2.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment II</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend20.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend20.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend20.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend20.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XX</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend21.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend21.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend21.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend21.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXI</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend22.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend22.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend22.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend22.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend23.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend23.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend23.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend23.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXIII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend24.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend24.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend24.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend24.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXIV</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend25.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend25.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend25.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend25.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXV</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend26.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend26.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend26.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend26.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXVI</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend27.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend27.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend27.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend27.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment XXVII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend3.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend3.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend3.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend3.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment III</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend4.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend4.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend4.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend4.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment IV</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend5.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend5.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend5.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend5.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment V</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend6.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend6.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend6.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend6.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment VI</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend7.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend7.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend7.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend7.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment VII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend8.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend8.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend8.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend8.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment VIII</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/amend9.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/amend9.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/amend9.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/amend9.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Amendment IX</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec1.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec1.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec1.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec1.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 1</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec10.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec10.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec10.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec10.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 10</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec2.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec2.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec2.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec2.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 2</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec3.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec3.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec3.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec3.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 3</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec4.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec4.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec4.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec4.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 4</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec5.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec5.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec5.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec5.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 5</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec6.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec6.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec6.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec6.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 6</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec7.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec7.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec7.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec7.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 7</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec8.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec8.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec8.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec8.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 8</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art1sec9.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art1sec9.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art1sec9.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art1sec9.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article I Section 9</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art2sec1.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art2sec1.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art2sec1.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art2sec1.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article II Section 1</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art2sec2.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art2sec2.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art2sec2.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art2sec2.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article II Section 2</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art2sec3.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art2sec3.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art2sec3.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art2sec3.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article II Section 3</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art2sec4.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art2sec4.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art2sec4.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art2sec4.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article II Section 4</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art3sec1.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art3sec1.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art3sec1.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art3sec1.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article III Section 1</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art3sec2.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art3sec2.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art3sec2.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art3sec2.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article III Section 2</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art3sec3.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art3sec3.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art3sec3.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art3sec3.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article III Section 3</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art4sec1.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art4sec1.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art4sec1.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art4sec1.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article IV Section 1</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art4sec2.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art4sec2.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art4sec2.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art4sec2.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article IV Section 2</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art4sec3.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art4sec3.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art4sec3.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art4sec3.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article IV Section 3</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art4sec4.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art4sec4.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art4sec4.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art4sec4.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article IV Section 4</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art5.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art5.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art5.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art5.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article V </title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art6.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art6.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art6.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art6.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article VI </title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/art7.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/art7.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/art7.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/art7.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Article VII </title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/index.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/index.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/index.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/index.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>US Constitution</title>
   </head>

Modified: incubator/lucy/trunk/perl/sample/us_constitution/preamble.html
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/sample/us_constitution/preamble.html?rev=1032196&r1=1032195&r2=1032196&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/sample/us_constitution/preamble.html (original)
+++ incubator/lucy/trunk/perl/sample/us_constitution/preamble.html Sun Nov  7 01:48:48 2010
@@ -3,7 +3,7 @@
 <html>
 
   <head>
-    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
     <link rel="stylesheet" type="text/css" href="uscon.css">
     <title>Preamble</title>
   </head>