Subject: | list-org-todos may fail if org file contains non-ascii (or non-latin1) characters |
The attached file test4 cannot be processed with list-org-todos:
$ /opt/perl-5.14.2/bin/list-org-todos /tmp/test4
Cannot decode string with wide characters at
/opt/perl-5.14.2/lib/site_perl/5.14.2/x86_64-linux/Encode.pm line 176.
The other attached file test5 does not fail, but it seems that the
a-umlaut character gets lost:
$ /opt/perl-5.14.2/bin/list-org-todos /tmp/test5
.-----------.
| rodjend� |
'-----------'
Note that both files are in utf8 encoding. The first contains a
character from the latin2 set (central european), the second a character
from the latin1 set (western european).
Regards,
Slaven
Subject: | test5 |
Message body not shown because it is not plain text.
Subject: | test4 |
Message body not shown because it is not plain text.