Forum


Replies: 3   Views: 3447
Probleme accent in french
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 Jackernel  · 07-07-2011 - 13:22

Hello,

is it possible to use the accent of the French language?

Thanks.

Posted by nicolas  · 11-04-2013 - 12:13

Use:

[code]$docx->setEncodeUTF8();[/code]

;)

Posted by admin  · 11-04-2013 - 12:13

Hello,

As Nicolas says try setEncodeUTF8 method or, better, use an UTF-8 editor. If you're using Eclipse, remember the default charset of this IDE using Windows is cp1252.

Regards.