Hi David,
It seems to be a bug in the module, because I neved tried it with other
Unicode scripts.
The problem is documented in
https://stackoverflow.com/questions/32285925/wide-character-in-subroutine-entry-utf-8-encoded-cyrillic-words-as-sequence/32286196
and
https://www.perlmonks.org/?node_id=1193393.
Apparently I shoud add the following in the source code
$encoded = encode_qp(encode_utf8($content), '');
I will publish a new release in the next few days.
Regards, Laurent Dami
Le 30.11.2019 à 18:25, David Ayliffe via RT a écrit :
Show quoted text> Sat Nov 30 12:25:24 2019: Request 131117 was acted upon.
> Transaction: Ticket created by david.ayliffe@agu.edu.tr
> Queue: MsOffice-Word-HTML-Writer
> Subject: Is UTF8 supported?
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: david.ayliffe@agu.edu.tr
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=131117 >
>
>
> Hello.
>
> I'm trying to write a Turkish name to file and I'm getting this error
> message:
> "Wide character in subroutine entry at
> /Library/Perl/5.18/MsOffice/Word/HTML/Writer.pm line 187"
>
> Is this something that I can easily fix?
>