Subject: | Any utf-8 handling ? |
I have utf-8 content, which has characters ää and öö (hopefully seen
as utf-8 encoded here too). Works fine in plain text, but breaks
tables etc (workaround is to count 2-char letters and add extra space,
but...). But also header content with utf-8-encoded chars gives
interesting results.
The command line I've tried is:
perl -CD -I blib/lib ./blib/script/prest input.rst output.html
(i.e. nothing weird there. However I did the following steps to
make prest tool available:
$ rm -f Text-Restructured-0.003_013
$ tar zxvf Text-Restructured-0.003_013.tar.gz
$ cd Text-Restructured-0.003_013
$ perl Makefile.PL -k
$ make
$ rm -rf blib/arch blib/bin blib/man1 blib/man3 blib/lib/auto
$ rm blib/lib/Text/.exists blib/script/.exists
$ rm -rf blib/lib/Text/Restructured/Directive
$ for f in latex toc dom xml index xref; do rm -f
blib/lib/Text/Restructured/Writer/$f.wrt; done
Subject: | utf8test.rst |
Message body not shown because it is not plain text.