alecpl
2008-08-21 95987c3943bed445555c0dc84986a56792f7ac4c
program/lib/utf8.class.php
@@ -68,16 +68,10 @@
  var $ascMap = array();
  var $utfMap = array();
  // made PHP5 capable by RoundCube
  function __construct($charset="ISO-8859-1"){
    $this->loadCharset($charset);
  }
  
  //Constructor
  function utf8($charset="ISO-8859-1"){
    $this->__construct($charset);
  }
  //Load charset
  function loadCharset($charset){
    global $utf8_maps;