author | lana |
Thu, 05 Dec 2013 10:32:36 -0800 | |
changeset 21904 | 5a52f685faf0 |
parent 12288 | 30d13a7dd03f |
permissions | -rw-r--r-- |
12288
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
1 |
#sun.net.www MIME content-types table |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
2 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
3 |
# Property fields: |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
4 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
5 |
# <description> ::= 'description' '=' <descriptive string> |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
6 |
# <extensions> ::= 'file_extensions' '=' <comma-delimited list, include '.'> |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
7 |
# <image> ::= 'icon' '=' <filename of icon image> |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
8 |
# <action> ::= 'browser' | 'application' | 'save' | 'unknown' |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
9 |
# <application> ::= 'application' '=' <command line template> |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
10 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
11 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
12 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
13 |
# The "we don't know anything about this data" type(s). |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
14 |
# Used internally to mark unrecognized types. |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
15 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
16 |
content/unknown: description=Unknown Content |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
17 |
unknown/unknown: description=Unknown Data Type |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
18 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
19 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
20 |
# The template we should use for temporary files when launching an application |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
21 |
# to view a document of given type. |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
22 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
23 |
temp.file.template: /tmp/%s |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
24 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
25 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
26 |
# The "real" types. |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
27 |
# |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
28 |
application/octet-stream: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
29 |
description=Generic Binary Stream;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
30 |
file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z,.gz |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
31 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
32 |
application/oda: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
33 |
description=ODA Document;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
34 |
file_extensions=.oda |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
35 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
36 |
application/pdf: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
37 |
description=Adobe PDF Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
38 |
file_extensions=.pdf |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
39 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
40 |
application/postscript: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
41 |
description=Postscript File;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
42 |
file_extensions=.eps,.ai,.ps;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
43 |
icon=ps;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
44 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
45 |
application=imagetool %s |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
46 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
47 |
application/x-dvi: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
48 |
description=TeX DVI File;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
49 |
file_extensions=.dvi;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
50 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
51 |
application=xdvi %s |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
52 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
53 |
application/x-hdf: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
54 |
description=Hierarchical Data Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
55 |
file_extensions=.hdf;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
56 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
57 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
58 |
application/x-latex: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
59 |
description=LaTeX Source;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
60 |
file_extensions=.latex |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
61 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
62 |
application/x-netcdf: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
63 |
description=Unidata netCDF Data Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
64 |
file_extensions=.nc,.cdf;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
65 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
66 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
67 |
application/x-tex: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
68 |
description=TeX Source;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
69 |
file_extensions=.tex |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
70 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
71 |
application/x-texinfo: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
72 |
description=Gnu Texinfo;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
73 |
file_extensions=.texinfo,.texi |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
74 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
75 |
application/x-troff: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
76 |
description=Troff Source;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
77 |
file_extensions=.t,.tr,.roff;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
78 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
79 |
application=xterm -title troff -e sh -c \"nroff %s | col | more -w\" |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
80 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
81 |
application/x-troff-man: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
82 |
description=Troff Manpage Source;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
83 |
file_extensions=.man;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
84 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
85 |
application=xterm -title troff -e sh -c \"nroff -man %s | col | more -w\" |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
86 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
87 |
application/x-troff-me: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
88 |
description=Troff ME Macros;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
89 |
file_extensions=.me;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
90 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
91 |
application=xterm -title troff -e sh -c \"nroff -me %s | col | more -w\" |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
92 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
93 |
application/x-troff-ms: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
94 |
description=Troff MS Macros;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
95 |
file_extensions=.ms;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
96 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
97 |
application=xterm -title troff -e sh -c \"nroff -ms %s | col | more -w\" |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
98 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
99 |
application/x-wais-source: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
100 |
description=Wais Source;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
101 |
file_extensions=.src,.wsrc |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
102 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
103 |
application/zip: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
104 |
description=Zip File;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
105 |
file_extensions=.zip;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
106 |
icon=zip;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
107 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
108 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
109 |
application/x-bcpio: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
110 |
description=Old Binary CPIO Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
111 |
file_extensions=.bcpio; action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
112 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
113 |
application/x-cpio: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
114 |
description=Unix CPIO Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
115 |
file_extensions=.cpio; action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
116 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
117 |
application/x-gtar: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
118 |
description=Gnu Tar Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
119 |
file_extensions=.gtar;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
120 |
icon=tar;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
121 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
122 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
123 |
application/x-shar: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
124 |
description=Shell Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
125 |
file_extensions=.sh,.shar;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
126 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
127 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
128 |
application/x-sv4cpio: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
129 |
description=SVR4 CPIO Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
130 |
file_extensions=.sv4cpio; action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
131 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
132 |
application/x-sv4crc: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
133 |
description=SVR4 CPIO with CRC;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
134 |
file_extensions=.sv4crc; action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
135 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
136 |
application/x-tar: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
137 |
description=Tar Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
138 |
file_extensions=.tar;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
139 |
icon=tar;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
140 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
141 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
142 |
application/x-ustar: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
143 |
description=US Tar Archive;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
144 |
file_extensions=.ustar;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
145 |
action=save |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
146 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
147 |
audio/basic: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
148 |
description=Basic Audio;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
149 |
file_extensions=.snd,.au;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
150 |
icon=audio;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
151 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
152 |
application=audiotool %s |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
153 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
154 |
audio/x-aiff: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
155 |
description=Audio Interchange Format File;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
156 |
file_extensions=.aifc,.aif,.aiff;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
157 |
icon=aiff |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
158 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
159 |
audio/x-wav: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
160 |
description=Wav Audio;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
161 |
file_extensions=.wav;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
162 |
icon=wav |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
163 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
164 |
image/gif: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
165 |
description=GIF Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
166 |
file_extensions=.gif;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
167 |
icon=gif;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
168 |
action=browser |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
169 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
170 |
image/ief: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
171 |
description=Image Exchange Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
172 |
file_extensions=.ief |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
173 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
174 |
image/jpeg: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
175 |
description=JPEG Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
176 |
file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
177 |
icon=jpeg;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
178 |
action=browser;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
179 |
application=imagetool %s |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
180 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
181 |
image/tiff: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
182 |
description=TIFF Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
183 |
file_extensions=.tif,.tiff;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
184 |
icon=tiff |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
185 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
186 |
image/vnd.fpx: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
187 |
description=FlashPix Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
188 |
file_extensions=.fpx,.fpix |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
189 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
190 |
image/x-cmu-rast: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
191 |
description=CMU Raster Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
192 |
file_extensions=.ras |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
193 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
194 |
image/x-portable-anymap: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
195 |
description=PBM Anymap Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
196 |
file_extensions=.pnm |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
197 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
198 |
image/x-portable-bitmap: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
199 |
description=PBM Bitmap Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
200 |
file_extensions=.pbm |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
201 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
202 |
image/x-portable-graymap: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
203 |
description=PBM Graymap Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
204 |
file_extensions=.pgm |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
205 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
206 |
image/x-portable-pixmap: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
207 |
description=PBM Pixmap Format;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
208 |
file_extensions=.ppm |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
209 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
210 |
image/x-rgb: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
211 |
description=RGB Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
212 |
file_extensions=.rgb |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
213 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
214 |
image/x-xbitmap: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
215 |
description=X Bitmap Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
216 |
file_extensions=.xbm,.xpm |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
217 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
218 |
image/x-xwindowdump: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
219 |
description=X Window Dump Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
220 |
file_extensions=.xwd |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
221 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
222 |
image/png: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
223 |
description=PNG Image;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
224 |
file_extensions=.png;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
225 |
icon=png;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
226 |
action=browser |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
227 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
228 |
text/html: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
229 |
description=HTML Document;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
230 |
file_extensions=.htm,.html;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
231 |
icon=html |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
232 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
233 |
text/plain: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
234 |
description=Plain Text;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
235 |
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
236 |
icon=text;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
237 |
action=browser |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
238 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
239 |
text/tab-separated-values: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
240 |
description=Tab Separated Values Text;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
241 |
file_extensions=.tsv |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
242 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
243 |
text/x-setext: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
244 |
description=Structure Enhanced Text;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
245 |
file_extensions=.etx |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
246 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
247 |
video/mpeg: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
248 |
description=MPEG Video Clip;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
249 |
file_extensions=.mpg,.mpe,.mpeg;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
250 |
icon=mpeg;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
251 |
action=application;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
252 |
application=mpeg_play %s |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
253 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
254 |
video/quicktime: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
255 |
description=QuickTime Video Clip;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
256 |
file_extensions=.mov,.qt |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
257 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
258 |
application/x-troff-msvideo: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
259 |
description=AVI Video;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
260 |
file_extensions=.avi;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
261 |
icon=avi |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
262 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
263 |
video/x-sgi-movie: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
264 |
description=SGI Movie;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
265 |
file_extensions=.movie,.mv |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
266 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
267 |
message/rfc822: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
268 |
description=Internet Email Message;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
269 |
file_extensions=.mime |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
270 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
271 |
application/xml: \ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
272 |
description=XML document;\ |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
273 |
file_extensions=.xml |
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
274 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
275 |
|
30d13a7dd03f
7153735: [macosx] Text with diacritics is pasted with broken encoding
kizune
parents:
diff
changeset
|
276 |