Skip Menu |

This queue is for tickets about the App-OrgUtils CPAN distribution.

Report information
The Basics
Id: 78423
Status: resolved
Priority: 0/
Queue: App-OrgUtils

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: srezic [...] iconmobile.com
AdminCc:

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



Subject: Can't parse Croatian timestamp string
The attached org mode files fails when called with list-org-todos: $ /opt/perl-5.14.2/bin/list-org-todos /tmp/test ERROR 500: Function died: Can't parse timestamp string: <2012-01-26 Čet 10:00> at /opt/perl-5.14.2/lib/site_perl/5.14.2/Org/Element/Timestamp.pm line 73. It works fine if I replace the "Čet" with a weekday name containing only ASCII characters. Maybe this problem is related to https://rt.cpan.org/Ticket/Display.html?id=68442 Regards, Slaven
Subject: test
Download test
application/octet-stream 79b

Message body not shown because it is not plain text.

On Tue Jul 17 05:12:47 2012, SREZIC wrote: Show quoted text
> The attached org mode files fails when called with list-org-todos: > > $ /opt/perl-5.14.2/bin/list-org-todos /tmp/test > ERROR 500: Function died: Can't parse timestamp string: <2012-01-26
Čet Show quoted text
> 10:00> at /opt/perl-5.14.2/lib/site_perl/5.14.2/Org/Element/
Timestamp.pm Show quoted text
> line 73. > > It works fine if I replace the "Čet" with a weekday name containing
only Show quoted text
> ASCII characters. > > Maybe this problem is related to > https://rt.cpan.org/Ticket/Display.html?id=68442 > > Regards, > Slaven >
Thanks for the report. Fixed by adding binmode => ':utf8' option to read_file() in Org::Parser. Releasing Org::Parser 0.24. Regards, Steven