mtojo / camellia

Pure PHP character encoding conversion library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

availableCharsets() function maybe not correct

Stilmant opened this issue · comments

the following function is not using $this in this repository
function availableCharsets()
{
return $this->_available_charsets;
}

this repository is old and is only one commit. is it maintained in another place?
since there is no recent update. is it because there is a better alternative?

thanks anyway