Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Log-Dispatch CPAN distribution.

Report information
The Basics
Id: 93418
Status: rejected
Priority: 0/
Queue: Log-Dispatch

People
Owner: Nobody in particular
Requestors: john [...] tonebridge.com
Cc:
AdminCc:

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



Subject: Unicode Support (Screen)
Date: Thu, 27 Feb 2014 17:49:51 -0600
To: bug-Log-Dispatch [...] rt.cpan.org
From: John <john [...] tonebridge.com>
I am not sure if it impacts other output options but Log::Dispatch::Screen generates the following error when the message contains unicode characters: Wide character in print at /usr/lib64/perl5/site_perl/5.12.4/Log/Dispatch/Screen.pm line 42, <GEN0> line 387 09. If unicode support should be added to Log::Dispatch then let me know at what level. If this should be done by calling program I am open to that as well. I am using v2.41. Thanks, John
On Thu Feb 27 18:50:08 2014, john@tonebridge.com wrote: Show quoted text
> I am not sure if it impacts other output options but > Log::Dispatch::Screen generates the following error when the message > contains unicode characters: > > Wide character in print at > /usr/lib64/perl5/site_perl/5.12.4/Log/Dispatch/Screen.pm line 42, <GEN0> > line 387 > 09. > > If unicode support should be added to Log::Dispatch then let me know at > what level. If this should be done by calling program I am open to that > as well. > > I am using v2.41. > > Thanks, > > John
I think it's really up to the calling program to set the proper encoding for STDERR and STDOUT.
Subject: Re: [rt.cpan.org #93418] Unicode Support (Screen)
Date: Thu, 27 Feb 2014 17:57:24 -0600
To: bug-Log-Dispatch [...] rt.cpan.org
From: John <john [...] tonebridge.com>
On 02/27/14 17:53, Dave Rolsky via RT wrote: Show quoted text
> I think it's really up to the calling program to set the proper encoding for STDERR and STDOUT. >
That works for me. Sorry about the bogus ticket. If I need to do something to close it let me know (it does not appear yet in the Wen interface). Thanks, John