summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ReadMe_cv.txt26
-rw-r--r--kmicromail/libetpan/tools/charconv.c2
-rw-r--r--oz-character-conversion.control8
-rw-r--r--sr-character-conversion.control8
4 files changed, 43 insertions, 1 deletions
diff --git a/ReadMe_cv.txt b/ReadMe_cv.txt
new file mode 100644
index 0000000..aa94af0
--- a/dev/null
+++ b/ReadMe_cv.txt
@@ -0,0 +1,26 @@
1This package includes the character conversion tables of the gnu C++ compiler environment.
2The sources can be found in every source distribution of the gnu C++ compiler.
3This package is needed by the mail program OM/Pi.
4
5How to install:
6
7The size of the installed data is about 4 MB.
8
9Install the ipk on SD card or in internal memory.
10We assume, that all is installed on SD.
11You will have now a dir
12/mnt/card/QtPalmtop/lib/gconv
13
14
15to finish installation, we have to create a symlink from
16/usr/lib/gconv to the new gconv dir.
17To create a symlink do the following:
18
19Open console and type in console:
20
21cd /usr/lib
22su
23ln -s /mnt/card/QtPalmtop/lib/gconv
24
25Threre is no need to uninstall or reinstall this package, if you update OM/Pi.
26
diff --git a/kmicromail/libetpan/tools/charconv.c b/kmicromail/libetpan/tools/charconv.c
index bf3de51..f7a3c89 100644
--- a/kmicromail/libetpan/tools/charconv.c
+++ b/kmicromail/libetpan/tools/charconv.c
@@ -45,8 +45,8 @@
45#include <errno.h> 45#include <errno.h>
46 46
47#include "mmapstring.h" 47#include "mmapstring.h"
48
49#ifdef HAVE_ICONV 48#ifdef HAVE_ICONV
49
50static size_t mail_iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, 50static size_t mail_iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft,
51 char **outbuf, size_t *outbytesleft, 51 char **outbuf, size_t *outbytesleft,
52 char **inrepls, char *outrepl) 52 char **inrepls, char *outrepl)
diff --git a/oz-character-conversion.control b/oz-character-conversion.control
new file mode 100644
index 0000000..373868e
--- a/dev/null
+++ b/oz-character-conversion.control
@@ -0,0 +1,8 @@
1Files: lib/gconv/*
2Priority: optional
3Section: qpe/applications
4Maintainer: Lutz Rogowski <lutz@pi-sync.net>
5Architecture: arm
6Version: OZ-gcc3xx
7License: GPL
8Description: Character conversion tables, needed by OM/Pi.
diff --git a/sr-character-conversion.control b/sr-character-conversion.control
new file mode 100644
index 0000000..c5fe32d
--- a/dev/null
+++ b/sr-character-conversion.control
@@ -0,0 +1,8 @@
1Files: lib/gconv/*
2Priority: optional
3Section: qpe/applications
4Maintainer: Lutz Rogowski <lutz@pi-sync.net>
5Architecture: arm
6Version: SharpROM
7License: GPL
8Description: Character conversion tables, needed by OM/Pi.