File: utf8-encoding.patch

package info (click to toggle)
jed-extra 2.5.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,212 kB
  • sloc: sh: 47; ruby: 43; sed: 38; makefile: 8
file content (170 lines) | stat: -rw-r--r-- 6,291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
Description: Recode some files fom ISO-8859-1 into UTF-8
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: no
Last-Update: 2021-08-29

--- jed-extra-2.5.7.orig/brief/brief.sl
+++ jed-extra-2.5.7/brief/brief.sl
@@ -4,7 +4,7 @@
 % because of the heavy dependence on "exotic" keys.
 % Try with DOS, MS-Windows, or X-Windows and an IBMPC keyboard
 % 
-% Copyright (c) 2005 John E Davis, Gnter Milde, Marko Mahnic
+% Copyright (c) 2005 John E Davis, Günter Milde, Marko Mahnic
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % 2003-08-18 Guenter Milde 
--- jed-extra-2.5.7.orig/circle/circle.sl
+++ jed-extra-2.5.7/circle/circle.sl
@@ -1,6 +1,6 @@
 % circular array (i.e. array with periodic boundary conditions)
 % 
-% Copyright (c) 2005 Gnter Milde
+% Copyright (c) 2005 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % Defines a new data type Circ_Type, a "circular" array with relational 
--- jed-extra-2.5.7.orig/colors/light-terminal-default.sl
+++ jed-extra-2.5.7/colors/light-terminal-default.sl
@@ -1,6 +1,6 @@
 % A color scheme for a terminal with a light background
 % 
-% Copyright (c) 2003 Gnter Milde
+% Copyright (c) 2003 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % A light color scheme, that doesnot set the background color but uses 
--- jed-extra-2.5.7.orig/console_keys/console_keys.sl
+++ jed-extra-2.5.7/console_keys/console_keys.sl
@@ -1,6 +1,6 @@
 % console_keys.sl: make shift-arrow etc. work under linux-console
 %
-% Copyright (c) 2005 Gnter Milde
+% Copyright (c) 2005 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % Versions:
--- jed-extra-2.5.7.orig/hyperman/hyperman.sl
+++ jed-extra-2.5.7/hyperman/hyperman.sl
@@ -3,7 +3,7 @@
 % $Id: hyperman.sl,v 1.34 2009/03/07 17:22:17 paul Exp paul $
 % Keywords: help, hypermedia, unix
 %
-% Copyright (c) 2000-2008 JED, Paul Boekholt, Gnter Milde
+% Copyright (c) 2000-2008 JED, Paul Boekholt, Günter Milde
 % Released under the terms of the GNU GPL (version 2 or later).
 % hypertextish man pager
 
@@ -428,7 +428,7 @@ static define man_get_ref ()
      {
 	go_left(2);
 	if(looking_at_char(']')) {bskip_chars("\e[]0-9"); go_left_1;}
-	if (looking_at_char(''))
+	if (looking_at_char('­'))
 	  {
 	     push_mark;
 	     bskip_chars(man_word_chars);
--- jed-extra-2.5.7.orig/mtools/mtools.sl
+++ jed-extra-2.5.7/mtools/mtools.sl
@@ -1,7 +1,7 @@
 % Interface to mtools (http://mtools.linux.lu/) 
 % for easy floppy read/write under UNIX
 % 
-% Copyright (c) 2006 Gnter Milde
+% Copyright (c) 2006 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % Versions:
--- jed-extra-2.5.7.orig/mupad/mupad.sl
+++ jed-extra-2.5.7/mupad/mupad.sl
@@ -1,14 +1,14 @@
 % Mode for editing Mupad files. 
 % (MuPad is a computer algebra system, see http://www.mupad.de)
 % 
-% Copyright (c) 2003 Gnter Milde
+% Copyright (c) 2003 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % Based on Guido Gonzatos matlab.sl  <guido@ibogeo.df.unibo.it>
 % Enables interactive work using ishell.sl
 %  
 % 0.9 19 May 1999 first public version
-% 0.9.1  2005-04-25 bugfix to work with SLang2  (report Jrg Sommer)
+% 0.9.1  2005-04-25 bugfix to work with SLang2  (report Jörg Sommer)
 % 0.9.2  2005-11-02 fix public definiton of mupad_mode() 
 
 % requirements
--- jed-extra-2.5.7.orig/recent/recent.sl
+++ jed-extra-2.5.7/recent/recent.sl
@@ -6,7 +6,7 @@
 % Version:
 % 1.0.1. by Guido Gonzato, <ggonza@tin.it>
 %
-% 2.0    by Gnter Milde <milde users.sf.net>
+% 2.0    by Günter Milde <milde users.sf.net>
 %        *  Use a circular array -> no hidden recent buffer
 %        *  Save to file only at exit -> less writing
 %        *  Save last cursor position when saving a file
--- jed-extra-2.5.7.orig/server/server.sl
+++ jed-extra-2.5.7/server/server.sl
@@ -10,7 +10,7 @@
 % This mode should work with the Emacs tools emacsclient and emacsserver.
 % Emacsserver is a subprocess listening to a socket. Emacsclient sends a
 % request to the socket and then waits for the server to say "done".
-% See  2.1 of the Mail-User-HOWTO.
+% See § 2.1 of the Mail-User-HOWTO.
 % 
 % To install add the following lines to .jedrc:  
 % variable Server_Pgm="/path/to/emacsserver";
--- jed-extra-2.5.7.orig/tar/tar.sl
+++ jed-extra-2.5.7/tar/tar.sl
@@ -14,7 +14,7 @@
 % If you want want tar archives to be opened automatically in tar-mode, add
 % add_to_hook("_jed_find_file_before_hooks", &check_for_tar_hook);
 % to .jedrc
-% Thanks to Gnter Milde for his ideas, comments, patches and bug reports.
+% Thanks to Günter Milde for his ideas, comments, patches and bug reports.
 
 require("view");
 require("syncproc");
--- jed-extra-2.5.7.orig/tests/test-css1.sl
+++ jed-extra-2.5.7/tests/test-css1.sl
@@ -1,6 +1,6 @@
 % test-css1.sl:  Test css1.sl
 % 
-% Copyright © 2006 Gnter Milde
+% Copyright © 2006 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % Versions:
--- jed-extra-2.5.7.orig/tm/tm.sl
+++ jed-extra-2.5.7/tm/tm.sl
@@ -4,7 +4,7 @@
 % $Id: tm.sl,v 1.5 2006/02/15 09:42:54 milde Exp $
 % Keywords: slang, doc, tools
 %
-% Copyright (c) 2004 Paul Boekholt, Gnter Milde
+% Copyright (c) 2004 Paul Boekholt, Günter Milde
 % Released under the terms of the GNU GPL (version 2 or later).
 %
 % This extracts tm documentation from S-Lang sources the *hard* way. It
--- jed-extra-2.5.7.orig/uri/uri.sl
+++ jed-extra-2.5.7/uri/uri.sl
@@ -1,6 +1,6 @@
 % URI -- let jed handle Universal Ressource Indicators
 %
-% Copyright (c) 2006 Gnter Milde
+% Copyright (c) 2006 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
 % This mode parses the filename and if it forms an URI (scheme:path), calls 
--- jed-extra-2.5.7.orig/view/view.sl
+++ jed-extra-2.5.7/view/view.sl
@@ -1,6 +1,6 @@
 % view.sl: A generic view mode for readonly buffers
 % 
-% Copyright (c) 2006 Gnter Milde and Paul Boekholt
+% Copyright (c) 2006 Günter Milde and Paul Boekholt
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 % 
 % Versions