Closed jwilk closed 9 years ago
I will have to add the missing feature to python-djvulibre first.
In the mean time, you can use this one-liner to unescape non-ASCII characters:
perl -pe 's/(\\\D)|\\(\d{3})/$1 or chr(oct($2))/ge'
python-djvulibre 0.4 supports printing S-expressions with unescaped non-ASCII characters.
Fixed in 7804c5fe09ff460173206bceb6b8b1fb1b54fc08.
Fixed in ocrodjvu 0.9.
Issue reported by @jsbien:
This is possible for some time already, cf. http://sourceforge.net/p/djvu/discussion/103285/thread/844fb32c/.