aboutsummaryrefslogtreecommitdiff
path: root/scripts/xlpage-iso-8859-13.php
blob: 8abea3ea90dff3366e59621a8b0ce31897c9a1d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php if (!defined('PmWiki')) exit();
/*  Copyright 2005-2017 Patrick R. Michaud (pmichaud@pobox.com)
    This file is part of PmWiki; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
    by the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.  See pmwiki.php for full details.
    
    Script maintained by Petko YOTOV www.pmwiki.org/petko
*/

  global $HTTPHeaders, $Charset, $DefaultPageCharset;

  $HTTPHeaders[] = "Content-type: text/html; charset=iso-8859-13";
  $Charset = "ISO-8859-13";
  SDVA($DefaultPageCharset, array('ISO-8859-1'=>$Charset));