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

index 2e804a5..b95c679 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