File: dot.pinerc.pl

package info (click to toggle)
language-env 0.64
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,588 kB
  • ctags: 125
  • sloc: perl: 6,243; makefile: 83; tcl: 64; sh: 18
file content (11 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#   comment -*-coding: iso-8859-1;-*-
Indstiller tegnaettet i pine
END
Indstiller tegnsttet i pine
END
print "# Character set to be used.\n";
if ($ISO885915) {
print "character-set=ISO-8859-15\n";
} else {
print "character-set=ISO-8859-1\n";
}