Forum


Replies: 5   Views: 3704
Special characters not shown from html to docx
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by KRav  · 28-06-2016 - 21:05

I'm using the pro version. And use docx in YII.

I disabled the utf-8 in the config file meanwhile without success.

I have a clean html string like that: '<p> ÜÄÖ</p>'

$this->oDocx->embedHTML('<p> ÜÄÖ</p>');

And I get this "Ä ÃÂœ Ä Ã" this wired characters with boxes..

From my point of view the is clean - do I have to convert this charcters before? What would tidy do?