Skip to content

Commit

Permalink
RELEASE 1.0.2, PHP 8 compatibility.
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <ivantcholakov@gmail.com>
  • Loading branch information
ivantcholakov committed Nov 27, 2020
1 parent c977d3f commit d27c57e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application/classes/UTF8.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ class Kohana { public static $charset = 'UTF-8'; }

class UTF8 extends Kohana_UTF8 {

final private function __construct() {}
final private function __clone() {}

public static $aliases = array('UTF-8', 'WINDOWS-65001', 'CP65001', 'WIN-65001', 'WIN65001', '65001');

public static function encode($string, $from_encoding) {
Expand Down

0 comments on commit d27c57e

Please sign in to comment.