Hello,
I've got problem with embedHTML.
After executing this line of code:
$docx->embedHTML('<h2>Привет</h2>'); <--Cyryllic word
getting wrong encoding in docx file, but if Im using
$docx->addText('Привет'); <-- Same word
everything is fine.
encode_to_UTF8 parameter set as true.
As you can see, I can't even parse Cyryllic words in here.
Thanks for any assistance.