iconv(): Wrong charset, conversion from `UTF-8'
Opened this issue · 2 comments
imansarhaddi commented
Hi
I have an issue generating svg.
iconv(): Wrong charset, conversion from UTF-8' to
ASCII//TRANSLIT' is not allowed
How can i fix this ?
goat1000 commented
Try setting the use_iconv
option to false
, that should prevent SVGGraph trying to use iconv.
jerlabor commented
Try setting the
use_iconv
option tofalse
, that should prevent SVGGraph trying to use iconv.
This also fixed the "iconv(): detected an illegal character in input string".