xlpage-iso-8859-9.php 666 B

1234567891011121314151617
  1. <?php if (!defined('PmWiki')) exit();
  2. /* Copyright 2005-2017 Patrick R. Michaud (pmichaud@pobox.com)
  3. This file is part of PmWiki; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published
  5. by the Free Software Foundation; either version 2 of the License, or
  6. (at your option) any later version. See pmwiki.php for full details.
  7. Script maintained by Petko YOTOV www.pmwiki.org/petko
  8. */
  9. global $HTTPHeaders, $Charset, $DefaultPageCharset;
  10. $HTTPHeaders[] = "Content-type: text/html; charset=iso-8859-9";
  11. $Charset = "ISO-8859-9";
  12. SDVA($DefaultPageCharset, array('ISO-8859-1'=>$Charset));