This file is indexed.

/usr/share/gnuplot/gnuplot/4.6/PostScript/cp1250.ps is in gnuplot-qt 4.6.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
%
% Encoding for code page 1250 (Microsoft Windows Central and Eastern European)
%
/reencodeCP1250 {
dup dup findfont dup length dict begin
{ 1 index /FID ne { def }{ pop pop } ifelse } forall
currentdict /CharStrings known {
	CharStrings /Idieresis known {
		/Encoding CP1250Encoding def } if
} if
currentdict end definefont
} def
/CP1250Encoding [
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
/parenleft/parenright/asterisk/plus/comma/minus/period/slash/zero/one
/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater
/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z
/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft
/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar
/braceright/tilde/.notdef/.notdef/.notdef/quotesinglbase/.notdef/quotedblbase
/ellipsis/dagger/daggerdbl/.notdef/perthousand/Scaron/guilsinglleft/Sacute
/Tcaron/Zcaron/Zacute/.notdef/quoteleft/quoteright/quotedblleft
/quotedblright/bullet/endash/emdash/.notdef/trademark/scaron
/guilsinglright/sacute/tcaron/zcaron/zacute/space/caron/breve/Lslash
/currency/Aogonek/brokenbar/section/dieresis/copyright/Scedilla
/guillemotleft/logicalnot/hyphen/registered/Zdotaccent
/degree/plusminus/ogonek/lslash/acute/mu/paragraph/bullet
/cedilla/aogonek/scedilla/guillemotright/Lcaron/hungarumlaut/lcaron
/zdotaccent/Racute/Aacute/Acircumflex/Abreve/Adieresis/Lacute/Cacute
/Ccedilla/Ccaron/Eacute/Eogonek/Edieresis/Ecaron/Iacute/Icircumflex
/Dcaron/Eth/Nacute/Ncaron/Oacute/Ocircumflex/Ohungarumlaut/Odieresis
/multiply/Rcaron/Uring/Uacute/Uhungarumlaut/Udieresis/Yacute/Tcedilla
/germandbls/racute/aacute/acircumflex/abreve/adieresis/lacute/cacute
/ccedilla/ccaron/eacute/eogonek/edieresis/ecaron/iacute/icircumflex
/dcaron/dbar/nacute/ncaron/oacute/ocircumflex/ohungarumlaut/odieresis
/divide/rcaron/uring/uacute/uhungarumlaut/udieresis/yacute/tcedilla/dotaccent
] def