[Koha] Change default encoding for OPAC

Carol Ku carolcool01 at yahoo.com
Sun Nov 6 03:13:16 UTC 2005


I am in the process of changing the default code for user interface.  However, I couldn't seem to find the line with charset=8859-1 even if i open the path indicated by the page source.
 
e.g. under opac-search pl i see the following code 
 
 
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>			<link rel="stylesheet" type="text/css" href="/opac-tmpl/css/en/includes/opac.css" />		<title><i><b>Koha<br/>Free Software ILS<br/><br/></b>Koha : a gift, a contribution<br/> in Maori</i></title>	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

But if i go to the file and try to edit the code, the first few lines are not the same.  I couldn't find the charset through the whole file.

#!/usr/bin/perl
use strict;
require Exporter;

use C4::Auth;
use C4::Interface::CGI::Output;
use C4::Context;
use CGI;
use C4::Database;
use HTML::Template;
use C4::SearchMarc;
use C4::Acquisition;


		
---------------------------------
 Yahoo! FareChase - Search multiple travel sites in one click.  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.katipo.co.nz/pipermail/koha/attachments/20051105/1f52bb57/attachment.htm>
-------------- next part --------------
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list