File: utf-8.patch

package info (click to toggle)
pgplot5 5.2.2-19.7
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 7,188 kB
  • sloc: fortran: 39,795; ansic: 22,554; objc: 1,534; sh: 1,298; makefile: 267; pascal: 233; perl: 209; tcl: 190; awk: 51; csh: 25
file content (98 lines) | stat: -rw-r--r-- 4,252 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
Author: Andreas Beckmann <anbe@debian.org>
Description: convert to UTF-8

--- a/ver500.txt
+++ b/ver500.txt
@@ -93,4 +93,4 @@ Bugs fixed
 
 -------------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1995 California Institute of Technology
+Copyright © 1995 California Institute of Technology
--- a/ver502.txt
+++ b/ver502.txt
@@ -209,4 +209,4 @@ pgplot/sys_vms
 
 -------------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1995 California Institute of Technology
+Copyright © 1995 California Institute of Technology
--- a/ver503.txt
+++ b/ver503.txt
@@ -39,7 +39,7 @@ will now display differently: in most ca
 to the ISO Latin-1 character (e.g., an unaccented letter instead of the
 correctly accented one).
 
-A new escape sequence, \., has been added for a centered dot ().
+A new escape sequence, \., has been added for a centered dot (·).
 
 A bug has been fixed that affected PostScript and possibly some other drivers:
 they would ignore a change to the color-representation of the currently
@@ -187,4 +187,4 @@ pgplot/sys_vms
 
 -------------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1995 California Institute of Technology
+Copyright © 1995 California Institute of Technology
--- a/ver510.txt
+++ b/ver510.txt
@@ -242,4 +242,4 @@ pgplot/sys_win
 
 ----------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1996 California Institute of Technology
+Copyright © 1996 California Institute of Technology
--- a/ver511.txt
+++ b/ver511.txt
@@ -163,4 +163,4 @@ pgplot/sys_vms
 
 ----------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1996 California Institute of Technology
+Copyright © 1996 California Institute of Technology
--- a/ver520.txt
+++ b/ver520.txt
@@ -166,4 +166,4 @@ binding for MS-Powerstation (Windows).
 
 ----------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1997 California Institute of Technology
+Copyright © 1997 California Institute of Technology
--- a/ver521.txt
+++ b/ver521.txt
@@ -71,4 +71,4 @@ pgqinf
 
 ----------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1999 California Institute of Technology
+Copyright © 1999 California Institute of Technology
--- a/ver522.txt
+++ b/ver522.txt
@@ -26,4 +26,4 @@ pgqinf
 
 ----------------------------------------------------------------------------
 Tim Pearson, California Institute of Technology, tjp@astro.caltech.edu
-Copyright  1999 California Institute of Technology
+Copyright © 1999 California Institute of Technology
--- a/src/pgaxis.f
+++ b/src/pgaxis.f
@@ -61,7 +61,7 @@ C  FMIN   (input)  : length of minor tic
 C  DISP   (input)  : displacement of baseline of tick labels to
 C                    right of axis, in units of the character height.
 C  ORIENT (input)  : orientation of label text, in degrees; angle between
-C                    baseline of text and direction of axis (0-360).
+C                    baseline of text and direction of axis (0-360°).
 C--
 C 25-Mar-1997 - new routine [TJP].
 C-----------------------------------------------------------------------
--- a/src/pgtick.f
+++ b/src/pgtick.f
@@ -27,7 +27,7 @@ C                    in units of the cha
 C  DISP   (input)  : displacement of label text to
 C                    right of axis, in units of the character height.
 C  ORIENT (input)  : orientation of label text, in degrees; angle between
-C                    baseline of text and direction of axis (0-360).
+C                    baseline of text and direction of axis (0-360°).
 C  STR    (input)  : text of label (may be blank).
 C--
 C 25-Mar-1997 - new routine [TJP].