diff -c -r phpxref-0.6/phpxref.cfg phpxref-0.6-charset/phpxref.cfg
*** phpxref-0.6/phpxref.cfg 2004-10-27 11:39:39.000000000 +0900
--- phpxref-0.6-charset/phpxref.cfg 2005-11-08 22:22:24.777097366 +0900
***************
*** 43,48 ****
--- 43,51 ----
# File extension to use on output pages
EXTENSION=html
+ # File extension to use on output pages
+ CHARSET=iso-8859-1
+
# Set to 1 and install the IO::Zlib perl module to compress all output
# pages. Requires a correctly configured web server to serve the
# resulting files.
diff -c -r phpxref-0.6/phpxref.pl phpxref-0.6-charset/phpxref.pl
*** phpxref-0.6/phpxref.pl 2004-10-27 11:39:39.000000000 +0900
--- phpxref-0.6-charset/phpxref.pl 2005-11-08 22:28:06.541614752 +0900
***************
*** 37,43 ****
# Default header/footer - override here or in the configuration file
$rundate=localtime();
! $pageheader="
__TITLE__\n";
$pagefooter="
| Generated: $rundate | Generated by PHPXref $version |
\n";
# PHP Servers to link to for documentation
--- 37,43 ----
# Default header/footer - override here or in the configuration file
$rundate=localtime();
! $pageheader="__TITLE__\n";
$pagefooter="
| Generated: $rundate | Generated by PHPXref $version |
\n";
# PHP Servers to link to for documentation
***************
*** 76,81 ****
--- 76,82 ----
$output_dir=$config{'output'} || die "No OUTPUT directory specified";
$source_dir=$config{'source'} || die "No SOURCE directory specified";
$ext=defined($config{'extension'}) ? $config{'extension'} : 'html';
+ $charset=defined($config{'charset'}) ? $config{'charset'} : 'iso-8859-1';
$project_name=defined($config{'project'}) ? $config{'project'} : 'Unnamed Project';
$title="PHPXRef $version : $project_name :";
***************
*** 189,195 ****
PHPXref Explorer
!
$stylelink
--- 190,196 ----
PHPXref Explorer
!
$stylelink
***************
*** 210,216 ****
PHPXref Explorer
!
--- 211,217 ----
PHPXref Explorer
!
***************
*** 262,267 ****
--- 263,269 ----
PHPXref $version: $project_name
+