aboutsummaryrefslogtreecommitdiff
path: root/converters/siconv/files/patch-siconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'converters/siconv/files/patch-siconv.c')
-rw-r--r--converters/siconv/files/patch-siconv.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/converters/siconv/files/patch-siconv.c b/converters/siconv/files/patch-siconv.c
deleted file mode 100644
index f810311e510e..000000000000
--- a/converters/siconv/files/patch-siconv.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- siconv.c.orig Tue Mar 27 00:55:22 2001
-+++ siconv.c Tue Mar 27 01:02:20 2001
-@@ -139,7 +139,7 @@
- void usage(void) {
- printf("usage:\n");
- printf("\n");
-- printf(" convert stdin from iso-8859-1 to utf8 on stdout\n");
-+ printf(" convert stdin from iso-8859-1 to utf-8 on stdout\n");
- printf(" $ siconv\n");
- printf(" convert stdin from charset-A to charset-B on stdout\n");
- printf(" $ siconv charset-A charset-B\n");
-@@ -149,7 +149,7 @@
-
- int main(int argc, char *argv[]) {
- char *from = "iso-8859-1";
-- char *to = "unicode";
-+ char *to = "utf-8";
-
- if ( argc == 3 ) {
- from = argv[1];