Add UTF encoding parameter to web integrated search box form. rel_1_6
authorrsoulliere <robert.soulliere@mohawkcollege.ca>
Mon, 7 May 2012 12:47:45 +0000 (08:47 -0400)
committerrsoulliere <robert.soulliere@mohawkcollege.ca>
Mon, 7 May 2012 12:47:45 +0000 (08:47 -0400)
development/customize_opac.xml

index fd23da2..0f1a3b7 100644 (file)
@@ -348,7 +348,7 @@ name='Default' csstype='color'/&gt;
                <para>It is possible to embed a simple search form into an html page which will allow users to search for materials in your Evergreen catalog. Here is code which can be embedded \r
                anywhere in the body of your web page:</para> \r
 <programlisting language="html"><![CDATA[\r
-<form action="http://[domain name]/opac/[locale]/skin/default/xml/rresult.xml" method="get">\r
+<form action="http://[domain name]/opac/[locale]/skin/default/xml/rresult.xml" accept-charset="UTF-8" method="get">\r
 <div>\r
         Quick Catalog Search:<br />\r
         <input type="text" alt="Input Box for Catalog Search" maxlength="250" \r