LZCompress now including UTF16

This commit is contained in:
Matt Pass
2016-03-28 22:26:40 +01:00
parent 3c6b6ff81d
commit 587132d81b
6 changed files with 109 additions and 7 deletions

View File

@@ -6,12 +6,12 @@ class LZContext
/**
* @var array
*/
public $dictionary = [];
public $dictionary = array();
/**
* @var array
*/
public $dictionaryToCreate = [];
public $dictionaryToCreate = array();
/**
* @var string