Skip Menu |

This queue is for tickets about the MsOffice-Word-HTML-Writer CPAN distribution.

Report information
The Basics
Id: 131117
Status: resolved
Priority: 0/
Queue: MsOffice-Word-HTML-Writer

People
Owner: Nobody in particular
Requestors: david.ayliffe [...] agu.edu.tr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.04



Subject: Is UTF8 supported?
Date: Sat, 30 Nov 2019 20:19:36 +0300
To: bug-MsOffice-Word-HTML-Writer [...] rt.cpan.org
From: David Ayliffe <david.ayliffe [...] agu.edu.tr>
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?
Subject: Re: [rt.cpan.org #131117] Is UTF8 supported?
Date: Sat, 30 Nov 2019 18:37:30 +0100
To: bug-MsOffice-Word-HTML-Writer [...] rt.cpan.org
From: Laurent Dami <laurent.dami [...] free.fr>
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? >
fixed in 1.04