patches/indent-06-po-fix.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 357 b5c9d974aef3
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
357
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur indent-2.2.9.orig/po/da.po indent-2.2.9/po/da.po
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- indent-2.2.9.orig/po/da.po	2002-12-16 23:14:37.000000000 +0700
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ indent-2.2.9/po/da.po	2007-07-29 13:02:39.013289743 +0700
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -10,7 +10,7 @@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 "Last-Translator: Anders Wegge Jakobsen <[email protected]>\n"
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 "Language-Team: Danish <[email protected]>\n"
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 "MIME-Version: 1.0\n"
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-"Content-Type: text/plain; charset=ISO-Latin-1\n"
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
+"Content-Type: text/plain; charset=ISO-8859-1\n"
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 "Content-Transfer-Encoding: 8bit\n"
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
 #: src/args.c:543
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
diff -ur indent-2.2.9.orig/src/indent.c indent-2.2.9/src/indent.c
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
--- indent-2.2.9.orig/src/indent.c	2007-07-29 13:02:16.629550728 +0700
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
+++ indent-2.2.9/src/indent.c	2007-07-29 13:02:39.014654585 +0700
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
@@ -3064,6 +3064,7 @@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
     exit_values_ty exit_status;
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    18
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    19
 #if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    20
+    setlocale (LC_CTYPE, "");
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    21
     setlocale (LC_MESSAGES, "");
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    22
 #endif
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    23
     bindtextdomain (PACKAGE, LOCALEDIR);