blob: eb40c01d2d4a72dec613a97ae68e209aadc83381 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
A simple (and stupid) converter from OpenDocument Text to plain text
* small (size of binary is 25 KB on Linux/i386)
* fast (no xml parser involved)
* supports multiple output encodings, adopts to your locale
* can substitute common characters which the output charset does not
contain with ascii look-alikes
* portable (runs on Linux, *BSD, Solaris, Windows, Cygwin)
* mostly self-contained (only requirements are a POSIX-compatible regex
library and an iconv implementation)
* license: GPL, version 2
WWW: http://stosberg.net/odt2txt/
|