Hi,
I set encode_to_UTF8 = "true" but it didn't helped.
I'm using embedHTML. All special utf8 characters are saved as ascii in DB. When I create the docx with characters like ü, ö, ç are okay. They are also saved as ascii code. But the characters like ş, ı ğ show up like ı, Å.
Before create docx I tried to convert them to real characters from ascii but nothing changed.
Is there anything i can try?
Thank you,