Browse Source

forgot @ in @define('ENCODING','UTF-8');

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 14 years ago
parent
commit
7f23eca401
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -301,7 +301,7 @@ define('BIBTEXBROWSER','v__MTIME__');
// there is no encoding transformation from the bibtex file to the html file
// if your bibtex file contains 8 bits characters in utf-8
// change the following parameter
define('ENCODING','UTF-8');//@define('ENCODING','iso-8859-1');//define('ENCODING','windows-1252');
@define('ENCODING','UTF-8');//@define('ENCODING','iso-8859-1');//define('ENCODING','windows-1252');
// number of bib items per page
@define('PAGE_SIZE',isset($_GET['nopage'])?10000:25);
// bibtexbrowser uses a small piece of Javascript to improve the user experience

Loading…
Cancel
Save