From 937794420f822a50b70c0650a154dd568a8820fb Mon Sep 17 00:00:00 2001 From: Christoph Pfister Date: Wed, 16 May 2007 18:06:53 +0012 Subject: overall whitespace & encoding fixes patch from Matthias Schwarzott: - use utf8 everywhere for files & file names additionally by me: - remove empty lines at the beginning of the files - remove any control character (< 0x20) except \n and \t - remove trailing whitespace - exactly one newline at the end of the files - remove junk from dvb-t/au-Melbourne-Upwey --- dvb-t/se-Jarvso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dvb-t/se-Jarvso') diff --git a/dvb-t/se-Jarvso b/dvb-t/se-Jarvso index 7b35d9d1..c779daf1 100644 --- a/dvb-t/se-Jarvso +++ b/dvb-t/se-Jarvso @@ -1,3 +1,3 @@ -# Sweden - Järvsö +# Sweden - Järvsö # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy T 738000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE -- cgit v1.2.3 value='switch'/> lcd4linux Debian packagingJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_file.c
blob: 24ac81534095e13b8374d2327676526f972b2120 (plain)
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