Closed xekesz closed 8 months ago
Looks like your PHP installation is missing the iconv extension. Should probably add ext-iconv
to composer.json
to better indicate that it's required.
Added ext-iconv
as required in f02d02155a56725b9ef4e336baa6df40e41cbc68. Also added a comment on why we use iconv
over mb_convert_encoding
even though the latter is more broadly used/available.
If you hit the above error, iconv
should come with your PHP installation and should just be a matter of making extension=iconv.so
is in your php.ini
file, which can be gotten by doing php -i | grep php.ini
.
I appreciate the help, I am very unfamiliar with PHP but all of my logs check out now!
I am on 14.0 and when I analyze logs that I have made just a few days ago everything works perfectly but I recently found an old drive with tons of music and analyzing logs made from versions before 1.0 (0.99 prebeta 4 to be exact) I get this: