a27d5767311d42d459be13b782a3a672b7c3d5f9
[elisp/tm.git] / doc / tm-en.info
1 Info file: tm-en.info,    -*-Text-*-
2 produced by `texinfo-format-buffer'
3 from file `tm-en.texi'
4 using `texinfmt.el' version 2.32 of 19 November 1993.
5
6
7 \1f
8 File: tm-en.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
9
10 tm 7.90 Manual (English Version)
11 ********************************
12
13
14 This file documents tm, a MIME package for GNU Emacs.
15
16 * Menu:
17
18 * Introduction::                What is tm?
19 * Setting::                     
20 * Bug report::                  How to report bug and about mailing list of tm
21 * Concept Index::               
22 * Variable Index::              
23
24
25 \1f
26 File: tm-en.info, Node: Introduction, Next: Setting, Prev: Top, Up: Top
27
28 What is tm?
29 ***********
30
31 The tm package is a set of modules to enjoy MIME on GNU Emacs.  Using
32 tm, you can
33
34    *  playback or view the MIME messages using tm-view
35    *  compose MIME message using tm-edit
36    *  use the enhanced MIME features with mh-e, GNUS, Gnus, RMAIL and VM
37
38 and more.
39
40 Please read following about each topics:
41
42    * tm-MUA for Gnus (*Note (gnus-mime-en)::)
43    * tm-MUA for GNUS (*Note (tm-gnus-en)::)
44    * tm-MUA for mh-e (*Note (tm-mh-e-en)::)
45    * mime/viewer-mode (*Note (tm-view-en)::)
46    * mime/editor-mode (*Note (tm-edit-en)::)
47
48
49
50 * Menu:
51
52 * Glossary::                    
53
54
55 \1f
56 File: tm-en.info, Node: Glossary, Prev: Introduction, Up: Introduction
57
58 Glossary
59 ========
60
61
62 * Menu:
63
64 * 7bit::                        
65 * 8bit::                        
66 * 94 character set::            94 \e$BJ8;z=89g\e(B
67 * 96 character set::            96 \e$BJ8;z=89g\e(B
68 * 94x94 character set::         94\e$B!_\e(B94 \e$BJ8;z=89g\e(B
69 * ASCII::                       
70 * Base64::                      
71 * binary::                      
72 * Character Set::               Character Set\e$B!JJ8;z=89g!K\e(B
73 * cn-gb::                       cn-gb, gb2312
74 * cn-big5::                     cn-big5, big5
75 * CNS::                         CNS 11643-1992
76 * Coded character set::         Coded character set\e$B!JId9f2=J8;z=89g!K\e(B, Character code\e$B!JJ8;zId9f!K\e(B
77 * Code extension::              Code extension\e$B!JId9f3HD%!K\e(B
78 * Content-Disposition::         Content-Disposition field
79 * media type::                  
80 * Content-Type field::          
81 * Emacs::                       
82 * encoded-word::                
83 * encapsulation::               
84 * euc-kr::                      
85 * FTP::                         FTP 
86 * GB 2312::                     GB 2312-1980
87 * GB 8565.2::                   GB 8565.2-1988
88 * hz-gb2312::                   
89 * ISO 2022::                    
90 * iso-2022-cn::                 
91 * iso-2022-cn-ext::             
92 * iso-2022-jp::                 
93 * iso-2022-jp-2::               
94 * iso-2022-kr::                 
95 * ISO 646::                     
96 * ISO 8859-1::                  
97 * iso-8859-1::                  
98 * ISO 8859-2::                  
99 * iso-8859-2::                  
100 * ISO 8859-3::                  
101 * ISO 8859-4::                  
102 * ISO 8859-5::                  
103 * iso-8859-5::                  
104 * ISO 8859-6::                  
105 * ISO 8859-7::                  
106 * iso-8859-7::                  
107 * ISO 8859-8::                  
108 * ISO 8859-9::                  
109 * ISO-IR-165::                  ISO-IR-165, CCITT Extended GB 
110 * JIS X0201::                   
111 * JIS C6226::                   JIS C6226-1978
112 * JIS X0208::                   
113 * JIS X0212::                   JIS X0212-1990
114 * koi8-r::                      
115 * KS C5601::                    KS C5601-1987
116 * message::                     
117 * message/rfc822::              
118 * method::                      
119 * MIME::                        
120 * MIME charset::                
121 * MTA::                         
122 * MUA::                         
123 * MULE::                        
124 * multipart::                   Multipart
125 * multipart/alternative::       
126 * multipart/digest::            
127 * multipart/encrypted::         
128 * multipart/mixed::             
129 * multipart/parallel::          
130 * multipart/signed::            
131 * PGP::                         
132 * PGP-kazu::                    
133 * PGP/MIME::                    
134 * Quoted-Printable::            
135 * RFC 821::                     
136 * RFC 822::                     
137 * RFC 934::                     
138 * RFC 1036::                    
139 * RFC 1153::                    
140 * RFC 1557::                    
141 * RFC 1922::                    
142 * RFC 2045::                    
143 * RFC 2046::                    
144 * RFC 2048::                    
145 * RFC 2049::                    
146 * plain text::                  
147 * Security multipart::          
148 * text/enriched::               
149 * text/plain::                  
150 * tm-kernel::                   tm-kernel, tm
151 * tm-MUA::                      
152 * us-ascii::                    
153
154
155 \1f
156 File: tm-en.info, Node: 7bit, Next: 8bit, Prev: Glossary, Up: Glossary
157
158 7bit
159 ----
160
161 *7bit* means any integer between 0 .. 127.
162
163 Any data represented by 7bit integers is called *7bit data*.
164
165 Textual string consisted of Control characters between 0 .. 31 and 127,
166 and space represented by 32, and graphic characters between 33 .. 236
167 are called *7bit (textual) string*.
168
169 Traditional Internet MTA (*Note MTA::) can translate 7bit data, so it is
170 no need to translate by Quoted-Printable (*Note Quoted-Printable::) or
171 Base64 (*Note Base64::) for 7bit data.
172
173 However if there are too long lines, it can not translate by 7bit MTA
174 even if it is 7bit data.  RFC 821 (*Note RFC 821::) and RFC 2045 (*Note
175 RFC 2045::) require lines in 7bit data must be less than 998 bytes.  So
176 if a "7bit data" has a line more than 999 bytes, it is regarded as
177 binary (*Note binary::).  For example, Postscript file should be encoded
178 by Quoted-Printable.
179
180
181
182 \1f
183 File: tm-en.info, Node: 8bit, Next: 94 character set, Prev: 7bit, Up: Glossary
184
185 8bit
186 ----
187
188 *8bit* means any integer between 0 .. 255.
189
190 Any data represented by 8bit integers is called *8bit data*.
191
192 Textual string consisted of Control characters between 0 .. 31, 127, and
193 128 .. 159, and space represented by 32, and graphic characters between
194 33 .. 236 and 160 .. 255 are called *8bit (textual) string*.
195
196 For example, iso-8859-1 (*Note iso-8859-1::) or euc-kr (*Note euc-kr::)
197 are coded-character-set represented by 8bit textual string.
198
199 Traditional Internet MTA (*Note MTA::) can translate only 7bit (*Note
200 7bit::) data, so if a 8bit data will be translated such MTA, it must be
201 encoded by Quoted-Printable (*Note Quoted-Printable::) or Base64 (*Note
202 Base64::).
203
204 However 8bit MTA are increasing today.
205
206 However if there are too long lines, it can not translate by 8bit MTA
207 even if it is 8bit data.  RFC 2045 (*Note RFC 2045::) require lines in
208 8bit data must be less than 998 bytes.  So if a "8bit data" has a line
209 more than 999 bytes, it is regarded as binary (*Note binary::), so it
210 must be encoded by Base64 or Quoted-Printable.
211
212
213
214 \1f
215 File: tm-en.info, Node: 94 character set, Next: 96 character set, Prev: 8bit, Up: Glossary
216
217 94 \e$BJ8;z=89g\e(B
218 -----------
219
220 33 \e$B$+$i\e(B 126 \e$B$NHO0O$N\e(B 1 byte \e$B$+$i$J$k\e(B \e$BJ8;z=89g\e(B(*Note Character set::)\e$B!#\e(B
221 ASCII (*Note ASCII::) \e$B$d\e(B JIS X0201-Latin \e$B$O$=$N0l<o!#\e(B
222
223
224
225 \1f
226 File: tm-en.info, Node: 96 character set, Next: 94x94 character set, Prev: 94 character set, Up: Glossary
227
228 96 \e$BJ8;z=89g\e(B
229 -----------
230
231 32 \e$B$+$i\e(B 127 \e$B$NHO0O$N\e(B 1 byte \e$B$+$i$J$k\e(B \e$BJ8;z=89g\e(B(*Note Character set::)\e$B!#\e(B
232 ISO 8859 \e$B%7%j!<%:$O$=$N0l<o!#\e(B
233
234
235
236 \1f
237 File: tm-en.info, Node: 94x94 character set, Next: ASCII, Prev: 96 character set, Up: Glossary
238
239 94\e$B!_\e(B94 \e$BJ8;z=89g\e(B
240 ---------------
241
242 33 \e$B$+$i\e(B 126 \e$B$NHO0O$N\e(B 2 byte \e$B$+$i$J$k\e(B \e$BJ8;z=89g\e(B(*Note Character set::)\e$B!#\e(B
243 JIS X0208 (*Note JIS X0208::) \e$B$d\e(B GB 2312 (*Note GB 2312::) \e$B$O$=$N0l<o!#\e(B
244
245
246
247 \1f
248 File: tm-en.info, Node: ASCII, Next: Base64, Prev: 94x94 character set, Up: Glossary
249
250 ASCII
251 -----
252
253 \e$B%"%a%j%+O"K.$G;H$o$l$kJ8;z$rId9f2=$7$?\e(B 94 \e$BJ8;z=89g\e(B(*Note 94 character
254 set::)\e$B!#\e(BA-Z, a-z \e$B$N\e(B Latin \e$BJ8;z$H?t;z!"4v$D$+$N5-9f$+$i$J$k!#\e(BISO 646
255 (*Note ISO 646::) \e$B$N0l$D!#\e(B
256
257
258 [ASCII] "Coded Character Set -- 7-Bit American Standard Code for
259      Information Interchange", ANSI X3.4:1986.
260
261
262
263
264 \1f
265 File: tm-en.info, Node: Base64, Next: binary, Prev: ASCII, Up: Glossary
266
267 Base64
268 ------
269
270 *Base64* is a transfer encoding method of MIME
271 (*Note MIME::) defined in RFC 2045 (*Note RFC 2045::).
272
273 The encoding process represents 24-bit groups of input bits as output
274 strings of 4 encoded characters.  Encoded characters represent integer 0
275 .. 63 or *pad*.  Base64 data must be 4 * n bytes, so
276 pad is used to adjust size.
277
278 These 65 characters are subset of all versions of ISO 646, including
279 US-ASCII, and all versions of EBCDIC.  So it is safe even if it is
280 translated by non-Internet gateways.
281
282
283
284 \1f
285 File: tm-en.info, Node: binary, Next: Character Set, Prev: Base64, Up: Glossary
286
287 binary
288 ------
289
290 \e$BG$0U$N\e(B byte \e$BNs$r\e(B *binary* \e$B$H8F$V$3$H$K$7$^$9!#\e(B
291
292
293 8bit (*Note 8bit::) \e$B$H0[$J$k$N$O\e(B data \e$B$K9T$N9=B$$r2>Dj$7$J$$$3$H$G$9!#\e(B
294
295 \e$B$^$?!"9T$N9=B$$,$"$C$F$b!"\e(B999 byte \e$B0J>e$+$i$J$k9T$,$"$k>l9g$b\e(B binary\e$B$H8F\e(B
296 \e$B$V$3$H$K$7$^$9!#\e(B
297
298 \e$B$A$J$_$K!"\e(B7bit (*Note 7bit::) \e$B$d\e(B 8bit \e$B$GI=8=$G$-$k\e(B data \e$B$O\e(B binary \e$B$G$bI=\e(B
299 \e$B8=$G$-$^$9!#$h$C$F!"\e(B*binary data* \e$B$H8@$C$?>l9g!"G$0U$N\e(B data \e$B$r;X$9$3$H$,\e(B
300 \e$B$"$j$^$9!#\e(B
301
302
303
304 \1f
305 File: tm-en.info, Node: Character Set, Next: cn-gb, Prev: binary, Up: Glossary
306
307 Character Set\e$B!JJ8;z=89g!K\e(B
308 -------------------------
309
310 \e$BId9f2=J8;z=89g\e(B(*Note Coded character set::)\e$B!#C"$7!"$3$3$G$O\e(B \e$BId9f3HD%\e(B
311 (*Note Code extension::) \e$B$5$l$F$J$$J8;z=89g$H$$$&%K%e%"%s%9$r9~$a$F$$$k!#\e(B
312
313
314
315 \1f
316 File: tm-en.info, Node: cn-gb, Next: cn-big5, Prev: Character Set, Up: Glossary
317
318 cn-gb, gb2312
319 -------------
320
321 \e$BCf9qBgN&$G$i$l$F$$$k4JBN;z$GI=5-$5$l$kCf9q8l$rI=8=$9$k$?$a$N\e(B MIME
322 charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
323
324 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F\e(B ASCII (*Note ASCII::) \e$B$K\e(B GB 2312
325 (*Note GB 2312::) \e$B$r\e(B 8bit (*Note 8bit::) \e$B$GId9f3HD%\e(B (*Note Code
326 extension::)\e$B$7$F$$$k!#\e(B
327
328 RFC 1922 (*Note RFC 1922::) \e$B$GDj5A$5$l$F$$$k!#\e(B
329
330
331
332 \1f
333 File: tm-en.info, Node: cn-big5, Next: CNS, Prev: cn-gb, Up: Glossary
334
335 cn-big5, big5
336 -------------
337
338 \e$BBfOQ$d9a9A$GMQ$$$i$l$F$$$k<g$KHKBN;z$GI=5-$5$l$kCf9q8l$rI=8=$9$k$?$a$N\e(B 
339 MIME charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
340
341 ISO 2022 (*Note ISO 2022::) \e$B$K4p$+$J$$\e(B 8bit (*Note 8bit::) \e$B$NId9f2=J8;z\e(B
342 \e$B=89g\e(B(*Note Coded character set::)\e$B$G\e(B de-fact standard \e$B$G$"$k!#\e(BRFC 1922
343 (*Note RFC 1922::) \e$B$GDj5A$5$l$F$$$k!#\e(B
344
345 cf.  [BIG5] Institute for Information Industry, "Chinese Coded
346      Character Set in Computer", March 1984.
347
348 CNS 11643-1986 (*Note CNS::) \e$B$HBP1~4X78$,$"$k!#\e(B
349
350
351
352 \1f
353 File: tm-en.info, Node: CNS, Next: Coded character set, Prev: cn-big5, Up: Glossary
354
355 CNS 11643-1992
356 --------------
357
358 \e$BBfOQ$d9a9A$GMQ$$$i$l$F$$$k<g$KHKBN;z$GI=5-$5$l$kCf9q8l$rI=8=$9$k$?$a$N\e(B 
359 \e$BJ8;z=89g\e(B(*Note Character set::)\e$B!#BfOQ$NI8=`!#8=:_!"\e(B94\e$B!_\e(B94 (*Note 94x94
360 character set::) \e$B$NLL$,Bh#1LL$+$iBh#7LL$^$G$"$k!#\e(B
361
362 ISO 2022 (*Note ISO 2022::) \e$B$G$N=*C<J8;z$O!"Bh#1LL$,\e(B `G', \e$BBh#2LL$,\e(B `H', 
363 \e$BBh#3LL$,\e(B `I', \e$BBh#4LL$,\e(B `J', \e$BBh#5LL$,\e(B `K', \e$BBh#6LL$,\e(B `L', \e$BBh#7LL$,\e(B `M' \e$B$G\e(B
364 \e$B$"$k!#\e(B
365
366
367 [CNS 11643-1992] "Standard Interchange Code for Generally-Used
368      Chinese Characters", CNS 11643:1992.
369
370
371
372
373 \1f
374 File: tm-en.info, Node: Coded character set, Next: Code extension, Prev: CNS, Up: Glossary
375
376 Coded character set\e$B!JId9f2=J8;z=89g!K\e(B, Character code\e$B!JJ8;zId9f!K\e(B
377 -----------------------------------------------------------------
378
379 \e$BJ8;z$H\e(B byte \e$BNs$H#1BP#1$KBP1~IU$1$k[#Kf$G$J$$5,B'$N=89g!#\e(B
380
381
382
383 \1f
384 File: tm-en.info, Node: Code extension, Next: Content-Disposition, Prev: Coded character set, Up: Glossary
385
386 Code extension\e$B!JId9f3HD%!K\e(B
387 --------------------------
388
389 \e$BM?$($i$l$?J8;z=89g\e(B(*Note Character set::)\e$B$K4^$^$l$F$$$J$$J8;z$NId9f2=$N\e(B
390 \e$B$?$a$KMQ$$$k<jK!!#\e(BISO 2022 (*Note ISO 2022::) \e$B$O$=$N#1$D!#\e(B
391
392
393
394 \1f
395 File: tm-en.info, Node: Content-Disposition, Next: media type, Prev: Code extension, Up: Glossary
396
397 Content-Disposition field
398 -------------------------
399
400 Content \e$B$NI=<($N;EJ}$d\e(B file \e$BL>$rI=8=$9$k$?$a$N\e(B field. MIME (*Note
401 MIME::) \e$B$N3HD%$N#1$D!#\e(B
402
403
404 [RFC 1806] E R. Troost and S. Dorner, "Communicating Presentation
405      Information in Internet Messages: The Content-Disposition Header",
406      June 1995, Experimental.
407
408
409
410
411 \1f
412 File: tm-en.info, Node: media type, Next: Content-Type field, Prev: Content-Disposition, Up: Glossary
413
414 media type
415 ----------
416
417 *media type* specifies the nature of the data
418 in the body of MIME (*Note MIME::) entity (*Note entity::).  It consists of
419 *type* and *subtype*.  It is
420 defined in RFC 2046 (*Note RFC 2046::).
421
422 Currently there are following types:
423
424    * *text*
425    * *image*
426    * *audio*
427    * *video*
428    * *application*
429    * *multipart* (*Note multipart::)
430    * *message*
431
432
433 And there are various subtypes, for example, application/octet-stream,
434 audio/basic, image/jpeg, multipart/mixed (*Note multipart/mixed::),
435 text/plain (*Note text/plain::), video/mpeg...
436
437 You can refer registered media types at MEDIA TYPES
438 (ftp://ftp.isi.edu/in-notes/iana/assignments/media-types).
439
440 In addition, you can use private type or subtype using
441 *x-token*, which as the prefix `x-'.  However you
442 can not use them in public.
443
444 (cf. *Note Content-Type field::)
445
446
447
448
449 \1f
450 File: tm-en.info, Node: Content-Type field, Next: Emacs, Prev: media type, Up: Glossary
451
452 Content-Type field
453 ------------------
454
455 Header field to represent information about body, such as media type
456 (*Note media type::), MIME charset (*Note MIME charset::).  It is
457 defined in RFC 2045 (*Note RFC 2045::).
458
459 *[Memo]*
460
461      Historically, Content-Type field was proposed in RFC 1049.  In it,
462      Content-Type did not distinguish type and subtype.  However MIME
463      parser may be able to accept RFC 1049 based Content-Type as unknown
464      type.
465
466
467 Content-Type field is defined as following:
468
469      "Content-Type" ":" *type* "/"
470      *subtype* *( ";" *parameter* )
471
472
473 For example:
474
475           Content-Type: image/jpeg
476
477
478           Content-Type: text/plain; charset=iso-2022-jp
479
480
481 *[Memo]*
482
483      A part does not have content-type field is regarded as
484
485                Content-Type: text/plain; charset=us-ascii
486
487      (cf. *Note us-ascii::)
488
489
490      And a part has unknown type/subtype is regarded as
491
492                Content-Type: application/octet-stream
493
494
495
496
497
498 \1f
499 File: tm-en.info, Node: Emacs, Next: encoded-word, Prev: Content-Type field, Up: Glossary
500
501 Emacs
502 -----
503
504 \e$B$3$3$G$O\e(B `Emacs' \e$B$G\e(B FSF \e$B$,G[I[$7$F$$$k\e(B GNU Emacs \e$B$r;X$7!"\e(B`emacs' \e$B$G\e(BGNU
505 Emacs \e$B$NJQ<o$NAm>N$H$9$k!#\e(B
506
507
508
509 \1f
510 File: tm-en.info, Node: encoded-word, Next: encapsulation, Prev: Emacs, Up: Glossary
511
512 encoded-word
513 ------------
514
515 Representation non ASCII (*Note ASCII::) characters in header.  It is
516 defined in *RFC 2047*.
517
518
519 [RFC 2047] K. Moore, "MIME (Multipurpose Internet Mail Extensions)
520      Part Three: Message Header Extensions for Non-ASCII Text", November
521      1996, Standards Track (obsolete RFC 1521,1522,1590).
522
523
524
525
526 \1f
527 File: tm-en.info, Node: encapsulation, Next: euc-kr, Prev: encoded-word, Up: Glossary
528
529 encapsulation
530 -------------
531
532 Internet mail (*Note RFC 822::) \e$B$rB>$N5-;v$K$^$k$4$HF~$l$kJ}K!!#\e(B
533
534 \e$BNc$($P!"5-;v$rE>Aw$7$?$j$9$k$N$KMQ$$$k!#\e(B
535
536 (cf. *Note message/rfc822::)
537
538
539
540
541 \1f
542 File: tm-en.info, Node: euc-kr, Next: FTP, Prev: encapsulation, Up: Glossary
543
544 euc-kr
545 ------
546
547 \e$B4Z9q8l$rI=8=$9$k$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
548
549 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F\e(B ASCII (*Note ASCII::) \e$B$K\e(BKS C5601
550 (*Note KS C5601::) \e$B$r\e(B 8bit (*Note 8bit::) \e$B$GId9f3HD%\e(B (*Note Code
551 extension::)\e$B$7$F$$$k!#\e(B
552
553 RFC 1557 (*Note RFC 1557::) \e$B$GDj5A$5$l$F$$$k!#\e(B
554
555 cf.  [euc-kr] Korea Industrial Standards Association, "Hangul Unix
556      Environment", KS C 5861:1992.
557
558
559
560
561 \1f
562 File: tm-en.info, Node: FTP, Next: GB 2312, Prev: euc-kr, Up: Glossary
563
564 FTP
565 ---
566
567 Internet \e$B$G\e(B file \e$B$rE>Aw$9$k$?$a$N\e(B protocol \e$B$N#1$D!#\e(BRFC 959 \e$B$GDj5A$5$l$F\e(B
568 \e$B$$$k!#\e(B
569
570
571 [FTP: RFC 959] Postel, J. and J. Reynolds, "File Transfer
572      Protocol", October 1985, STD 9.
573
574
575
576
577 \1f
578 File: tm-en.info, Node: GB 2312, Next: GB 8565.2, Prev: FTP, Up: Glossary
579
580 GB 2312-1980
581 ------------
582
583 \e$BCf9qBgN&$GMQ$$$i$l$F$$$k4JBN;z$GI=5-$5$l$kCf9q8l$rI=$9$?$a$N\e(B 94\e$B!_\e(B94 \e$BJ8;z\e(B
584 \e$B=89g\e(B(*Note 94x94 character set::)\e$B!#Cf9q$N9q2HI8=`!#\e(BISO 2022 (*Note ISO
585 2022::) \e$B$G$N=*C<J8;z$O\e(B `A'.
586
587 \e$B$3$l$O\e(B GB \e$B$K$*$1$k4pK\=8$G$"$k!#\e(B
588
589
590 [GB 2312]\e$B!X?.B)8r49MQ4A;zJTb{;zId=8\e(B -- \e$B4pK\=8!Y\e(B, "Code of Chinese
591      Graphic Character Set for Information Interchange - Primary Set",
592      GB 2312:1980.
593
594
595
596
597 \1f
598 File: tm-en.info, Node: GB 8565.2, Next: hz-gb2312, Prev: GB 2312, Up: Glossary
599
600 GB 8565.2-1988
601 --------------
602
603 \e$BCf9q8l$N$?$a$NJd=uJ8;z=89g\e(B(*Note Character set::)\e$B!#Cf9q$N9q2HI8=`!#\e(BGB
604 2312 (*Note GB 2312::) \e$B$N6u$-ItJ,$KJd=<$9$k$h$&$KDj5A$5$l$?$i$7$$!#\e(B
605
606
607 [GB 8565.2] "Information Processing - Coded Character Sets for Text
608      Communication - Part 2: Graphic Characters used with Primary Set",
609      GB 8565.2:1988.
610
611
612
613
614 \1f
615 File: tm-en.info, Node: hz-gb2312, Next: ISO 2022, Prev: GB 8565.2, Up: Glossary
616
617 hz-gb2312
618 ---------
619
620 \e$BCf9qBgN&$GMQ$$$i$l$F$$$k4JBN;z$GI=5-$5$l$kCf9q8l$rI=8=$9$k$?$a$N\e(B MIME
621 charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
622
623 ASCII (*Note ASCII::) \e$B$K\e(B GB 2312 (*Note GB 2312::) \e$B$r\e(B 7bit \e$B$GId9f3HD%\e(B
624 (*Note Code extension::)\e$B$7$?$b$N$r\e(B ASCII printable \e$B$K$J$k$h$&$K9)IW$7$F\e(B
625 \e$B$$$k!#\e(B
626
627 RFC 1842, 1843 \e$B$GDj5A$5$l$F$$$k!#\e(B
628
629
630 [RFC 1842] Y. Wei, Y. Zhang, J. Li, J. Ding and Y. Jiang, "ASCII
631      Printable Characters-Based Chinese Character Encoding for Internet
632      Messages", August 1995, Informational.
633
634
635 [RFC 1843] F. Lee, "HZ - A Data Format for Exchanging Files of
636      Arbitrarily Mixed Chinese and ASCII characters", August 1995,
637      Informational.
638
639
640
641
642 \1f
643 File: tm-en.info, Node: ISO 2022, Next: iso-2022-cn, Prev: hz-gb2312, Up: Glossary
644
645 ISO 2022
646 --------
647
648 \e$BId9f3HD%\e(B(*Note Code extension::)\e$B$N$?$a$N9q:]I8=`!#\e(B
649
650 \e$B$3$l$rMQ$$$FJ#?t$NJ8;z=89g\e(B(*Note Character set::)\e$B$rAH9g$;$F\e(B 7bit (*Note
651 7bit::) \e$B$J$$$7\e(B 8bit (*Note 8bit::) \e$B$N\e(B \e$BId9f2=J8;z=89g\e(B(*Note Coded
652 character set::) \e$B$r:n$k$3$H$,$G$-$k!#\e(B
653
654
655 [ISO 2022] International Organization for Standardization (ISO),
656      "Information Processing: ISO 7-bit and 8-bit coded character sets:
657      Code extension techniques", ISO/IEC 2022:1994.
658
659
660
661
662 \1f
663 File: tm-en.info, Node: iso-2022-cn, Next: iso-2022-cn-ext, Prev: ISO 2022, Up: Glossary
664
665 iso-2022-cn
666 -----------
667
668 \e$BCf9q8l$rI=8=$9$k$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
669
670 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F\e(B ASCII (*Note ASCII::) \e$B$K\e(B GB 2312
671 (*Note GB 2312::), CNS 11643 plain 1, plain 2 (*Note CNS::) \e$B$r\e(B 7bit
672 (*Note 7bit::) \e$B$GId9f3HD%\e(B (*Note Code extension::)\e$B$7$F$$$k!#\e(B
673
674 RFC 1922 (*Note RFC 1922::) \e$B$GDj5A$5$l$F$$$k!#\e(B
675
676
677
678 \1f
679 File: tm-en.info, Node: iso-2022-cn-ext, Next: iso-2022-jp, Prev: iso-2022-cn, Up: Glossary
680
681 iso-2022-cn-ext
682 ---------------
683
684 \e$BCf9q8l$rI=8=$9$k$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
685
686 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F\e(B ASCII (*Note ASCII::) \e$B$K\e(B GB 2312
687 (*Note GB 2312::), CNS 11643 plain 1 .. 7 (*Note CNS::), ISO-IR-165
688 (*Note ISO-IR-165::) \e$BEy$r\e(B 7bit (*Note 7bit::) \e$B$GId9f3HD%\e(B (*Note Code
689 extension::)\e$B$7$F$$$k!#\e(B
690
691 RFC 1922 (*Note RFC 1922::) \e$B$GDj5A$5$l$F$$$k!#\e(B
692
693 *[Memo]*
694      MULE 2.3 \e$B$*$h$S!"8=:_$N\e(B XEmacs/mule \e$B$G$O@5$7$/07$&$3$H$O$G$-$J$$!#\e(B
695
696      Emacs/mule \e$B$G$OMxMQ2DG=$G$"$k!#\e(B
697
698
699
700
701 \1f
702 File: tm-en.info, Node: iso-2022-jp, Next: iso-2022-jp-2, Prev: iso-2022-cn-ext, Up: Glossary
703
704 iso-2022-jp
705 -----------
706
707 \e$BF|K\8l$rI=8=$9$k$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$N0l$D!#\e(B
708
709 \e$B8E$$\e(B ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F\e(B ASCII (*Note ASCII::), JIS
710 X0201-Latin, JIS X0208-1978 (*Note JIS C6226-1978::), JIS X0208-1983
711 (*Note JIS X0208::) \e$B$r@Z$jBX$($k\e(B 7bit (*Note 7bit::) \e$BJ8;zId9f!#\e(B
712
713 RFC 1468 \e$B$GDj5A$5$l$F$$$k!#\e(B
714
715 *[Memo]*
716      JIS X0208-1996? \e$B$G$O\e(B ISO 2022 (*Note ISO 2022::) \e$B$HFHN)$KDj5A$5$l$k\e(B
717      \e$BM=Dj!#\e(B
718
719
720
721 [iso-2022-jp: RFC 1468] Murai J., M. Crispin, and E. van der Poel,
722      "Japanese Character Encoding for Internet Messages", June 1993.
723
724
725
726
727 \1f
728 File: tm-en.info, Node: iso-2022-jp-2, Next: iso-2022-kr, Prev: iso-2022-jp, Up: Glossary
729
730 iso-2022-jp-2
731 -------------
732
733 iso-2022-jp (*Note iso-2022-jp::) \e$B$r3HD%$7$?\e(B MIME charset (*Note MIME
734 charset::) \e$B$N0l$D!#\e(B
735
736 RFC 1554 \e$B$GDj5A$5$l$F$$$k!#\e(B
737
738
739 [iso-2022-jp-2: RFC 1554] Ohta M. and Handa K., "ISO-2022-JP-2:
740      Multilingual Extension of ISO-2022-JP", December 1993,
741      Informational.
742
743
744
745
746 \1f
747 File: tm-en.info, Node: iso-2022-kr, Next: ISO 646, Prev: iso-2022-jp-2, Up: Glossary
748
749 iso-2022-kr
750 -----------
751
752 \e$B4Z9q8l$rI=8=$9$k$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$N#1$D!#\e(B
753
754 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F\e(B ASCII (*Note ASCII::) \e$B$K\e(B KS C5601
755 (*Note KS C5601::) \e$B$r\e(B 7bit (*Note 7bit::) \e$B$GId9f3HD%\e(B (*Note Code
756 extension::)\e$B$7$F$$$k!#\e(B
757
758 RFC 1557 (*Note RFC 1557::) \e$B$GDj5A$5$l$F$$$k!#\e(B
759
760
761
762 \1f
763 File: tm-en.info, Node: ISO 646, Next: ISO 8859-1, Prev: iso-2022-kr, Up: Glossary
764
765 ISO 646
766 -------
767
768 \e$B3F9q$G6&DL$K;H$($k:G>.8BEY$NJ8;z=89g\e(B(*Note Character set::)\e$B$rDj$a$?$b$N!#\e(B
769 94 \e$BJ8;z=89g\e(B (*Note 94 character set::)\e$B$N#1$D!#\e(BISO 646 IRV\e$B!J9q:]4p=`HG!K\e(B
770 \e$B$r85$K4v$D$+$NJ8;z$O3F9q$G0c$&J8;z$r3dEv$k$3$H$r5v$7$F$$$F!"4v$D$+$NJQ<o\e(B
771 \e$B$,B8:_$9$k!#\e(BASCII (*Note ASCII::) \e$B$d\e(B JIS X0201-Latin \e$B$O$=$N0l<o!#\e(B
772
773
774 [ISO 646] International Organization for Standardization (ISO),
775      "Information technology: ISO 7-bit coded character set for
776      information interchange", ISO/IEC 646:1991.
777
778
779
780
781 \1f
782 File: tm-en.info, Node: ISO 8859-1, Next: iso-8859-1, Prev: ISO 646, Up: Glossary
783
784 ISO 8859-1
785 ----------
786
787 \e$B@>2$=t8l$GMQ$$$i$l$k3HD%\e(B Latin \e$BJ8;z$d5-9f$+$i$J$k\e(B 96 \e$BJ8;z=89g\e(B(*Note 96
788 character set::)\e$B!#\e(B
789
790
791 [ISO 8859-1] International Organization for Standardization (ISO),
792      "Information Processing -- 8-bit Single-Byte Coded Graphic
793      Character Sets -- Part 1: Latin Alphabet No.1", ISO 8859-1:1987.
794
795
796
797
798 \1f
799 File: tm-en.info, Node: iso-8859-1, Next: ISO 8859-2, Prev: ISO 8859-1, Up: Glossary
800
801 iso-8859-1
802 ----------
803
804 *iso-8859-1* is a MIME charset (*Note MIME charset::) for west-European languages written by Latin script.
805
806 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F!"\e(BASCII (*Note ASCII::) \e$B$K\e(B ISO
807 8859-1 (*Note ISO 8859-1::) \e$B$r\e(B 8bit (*Note 8bit::) \e$B$GId9f3HD%\e(B (*Note
808 Code extension::)\e$B$7$F$$$k!#\e(B
809
810 It is defined in RFC 2046 (*Note RFC 2046::).
811
812
813
814 \1f
815 File: tm-en.info, Node: ISO 8859-2, Next: iso-8859-2, Prev: iso-8859-1, Up: Glossary
816
817 ISO 8859-2
818 ----------
819
820 \e$BEl2$=t8l$GMQ$$$i$l$k3HD%\e(B Latin \e$BJ8;z$d5-9f$+$i$J$k\e(B 96 \e$BJ8;z=89g\e(B(*Note 96
821 character set::)\e$B!#\e(B
822
823
824 [ISO 8859-2] International Organization for Standardization (ISO),
825      "Information Processing -- 8-bit Single-Byte Coded Graphic
826      Character Sets -- Part 2: Latin alphabet No.2", ISO 8859-2:1987.
827
828
829
830
831 \1f
832 File: tm-en.info, Node: iso-8859-2, Next: ISO 8859-3, Prev: ISO 8859-2, Up: Glossary
833
834 iso-8859-2
835 ----------
836
837 *iso-8859-2* is a MIME charset (*Note MIME charset::) for east-European languages written by Latin script.
838
839 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F!"\e(BASCII (*Note ASCII::) \e$B$K\e(B ISO
840 8859-2 (*Note ISO 8859-2::) \e$B$r\e(B 8bit (*Note 8bit::) \e$B$GId9f3HD%\e(B (*Note
841 Code extension::)\e$B$7$F$$$k!#\e(B
842
843 It is defined in RFC 2046 (*Note RFC 2046::).
844
845
846
847 \1f
848 File: tm-en.info, Node: ISO 8859-3, Next: ISO 8859-4, Prev: iso-8859-2, Up: Glossary
849
850 ISO 8859-3
851 ----------
852
853
854 [ISO 8859-3] International Organization for Standardization (ISO),
855      "Information Processing -- 8-bit Single-Byte Coded Graphic
856      Character Sets -- Part 3: Latin alphabet No.3", ISO 8859-3:1988.
857
858
859
860
861 \1f
862 File: tm-en.info, Node: ISO 8859-4, Next: ISO 8859-5, Prev: ISO 8859-3, Up: Glossary
863
864 ISO 8859-4
865 ----------
866
867
868 [ISO 8859-4] International Organization for Standardization (ISO),
869      "Information Processing -- 8-bit Single-Byte Coded Graphic
870      Character Sets -- Part 4: Latin alphabet No.4", ISO 8859-4:1988.
871
872
873
874
875 \1f
876 File: tm-en.info, Node: ISO 8859-5, Next: iso-8859-5, Prev: ISO 8859-4, Up: Glossary
877
878 ISO 8859-5
879 ----------
880
881 \e$B%-%j%kJ8;z$d5-9f$+$i$J$k\e(B 96 \e$BJ8;z=89g\e(B(*Note 96 character set::)\e$B!#\e(B
882
883
884 [ISO 8859-5] International Organization for Standardization (ISO),
885      "Information Processing -- 8-bit Single-Byte Coded Graphic
886      Character Sets -- Part 5: Latin/Cyrillic alphabet", ISO
887      8859-5:1988.
888
889
890
891
892 \1f
893 File: tm-en.info, Node: iso-8859-5, Next: ISO 8859-6, Prev: ISO 8859-5, Up: Glossary
894
895 iso-8859-5
896 ----------
897
898 *iso-8859-5* is a MIME charset (*Note MIME charset::) for Cyrillic script.
899
900 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F!"\e(BASCII (*Note ASCII::) \e$B$K\e(B ISO
901 8859-5 (*Note ISO 8859-5::) \e$B$r\e(B 8bit (*Note 8bit::) \e$B$GId9f3HD%\e(B (*Note
902 Code extension::)\e$B$7$F$$$k!#\e(B
903
904 It is defined in RFC 2046 (*Note RFC 2046::).
905
906
907
908 \1f
909 File: tm-en.info, Node: ISO 8859-6, Next: ISO 8859-7, Prev: iso-8859-5, Up: Glossary
910
911 ISO 8859-6
912 ----------
913
914
915 [ISO 8859-6] International Organization for Standardization (ISO),
916      "Information Processing -- 8-bit Single-Byte Coded Graphic
917      Character Sets -- Part 6: Latin/Arabic alphabet", ISO 8859-6:1987.
918
919
920
921
922 \1f
923 File: tm-en.info, Node: ISO 8859-7, Next: iso-8859-7, Prev: ISO 8859-6, Up: Glossary
924
925 ISO 8859-7
926 ----------
927
928 \e$B%.%j%7%"J8;z$d5-9f$+$i$J$k\e(B 96 \e$BJ8;z=89g\e(B(*Note 96 character set::)\e$B!#\e(B
929
930
931 [ISO 8859-7] International Organization for Standardization (ISO),
932      "Information Processing -- 8-bit Single-Byte Coded Graphic
933      Character Sets -- Part 7: Latin/Greek alphabet", ISO 8859-7:1987.
934
935
936
937
938 \1f
939 File: tm-en.info, Node: iso-8859-7, Next: ISO 8859-8, Prev: ISO 8859-7, Up: Glossary
940
941 iso-8859-7
942 ----------
943
944 *iso-8859-7* is a MIME charset (*Note MIME charset::) for Greek script.
945
946 ISO 2022 (*Note ISO 2022::) \e$B$K4p$$$F!"\e(BASCII (*Note ASCII::) \e$B$K\e(B ISO
947 8859-7 (*Note ISO 8859-7::) \e$B$r\e(B 8bit (*Note 8bit::) \e$B$GId9f3HD%\e(B (*Note
948 Code extension::)\e$B$7$F$$$k!#\e(B
949
950 It is defined in RFC 1947.
951
952
953 [iso-8859-7: RFC 1947] D. Spinellis, "Greek Character Encoding for
954      Electronic Mail Messages", May 1996, Informational.
955
956
957
958
959 \1f
960 File: tm-en.info, Node: ISO 8859-8, Next: ISO 8859-9, Prev: iso-8859-7, Up: Glossary
961
962 ISO 8859-8
963 ----------
964
965
966 [ISO 8859-8] International Organization for Standardization (ISO),
967      "Information Processing -- 8-bit Single-Byte Coded Graphic
968      Character Sets -- Part 8: Latin/Hebrew alphabet", ISO 8859-8:1988.
969
970
971
972
973 \1f
974 File: tm-en.info, Node: ISO 8859-9, Next: ISO-IR-165, Prev: ISO 8859-8, Up: Glossary
975
976 ISO 8859-9
977 ----------
978
979
980 [ISO 8859-9] International Organization for Standardization (ISO),
981      "Information Processing -- 8-bit Single-Byte Coded Graphic
982      Character Sets -- Part 9: Latin alphabet No.5", ISO 8859-9:1990.
983
984
985
986
987 \1f
988 File: tm-en.info, Node: ISO-IR-165, Next: JIS X0201, Prev: ISO 8859-9, Up: Glossary
989
990 ISO-IR-165, CCITT Extended GB
991 -----------------------------
992
993 CCITT \e$B$,EPO?$7$?!"Cf9qBgN&$GMQ$$$i$l$F$$$k4JBN;z$GI=5-$5$l$kCf9q8l$rI=8=\e(B
994 \e$B$9$k$?$a$N\e(B 94\e$B!_\e(B94 \e$BJ8;z=89g\e(B(*Note 94x94 character set::)\e$B!#\e(B
995
996 GB 2312 (*Note GB 2312::) \e$B$H\e(B GB 8565 \e$BI=#2\e(B (*Note GB 8865.2::) \e$B$K\e(B 150 \e$BJ8\e(B
997 \e$B;z$[$I$rDI2C$7$?$b$N$i$7$$!#\e(B
998
999 ISO 2022 (*Note ISO 2022::) \e$B$G$N=*C<J8;z$O\e(B `E' \e$B$G$"$k!#\e(B
1000
1001
1002
1003 \1f
1004 File: tm-en.info, Node: JIS X0201, Next: JIS C6226, Prev: ISO-IR-165, Up: Glossary
1005
1006 JIS X0201
1007 ---------
1008
1009 ISO 646 (*Note ISO 646::) \e$B$NJQ<o$N#1$D$G$"$k\e(B Latin \e$BJ8;z=89g$H\e(B 1 byte \e$B$N\e(B
1010 \e$B%+%?%+%JJ8;z=89g$+$i$J$k!#\e(B
1011
1012 \e$B85$O\e(B *JIS C6220-1976* \e$B$H8@$C$?$,\e(B *JIS X0201* \e$B$KHV9f$,JQ99$5$l$?!#\e(B
1013
1014
1015 [JIS X0201-1976]\e$BF|K\5,3J6(2q\e(B (Japanese Standards Association),\e$B!X>p\e(B
1016      \e$BJs8r49MQId9f!Y\e(B, "Code for Information Interchange", JIS X
1017      0201-1976:.
1018
1019
1020 \e$B$^$?!"\e(B1996 \e$BG/$K2~DjHG$,=P$kM=Dj!#\e(B
1021
1022
1023 [JIS X0201-1996?] \e$BF|K\5,3J6(2q\e(B (Japanese Standards Association),
1024      \e$B!X#7%S%C%H5Z$S#8%S%C%H$N>pJs8r49MQId9f2=J8;z=89g!Y\e(B, "7-bit and
1025      8-bit coded character sets for information interchange", JIS X
1026      0201:1996?  draft.
1027
1028
1029
1030
1031 \1f
1032 File: tm-en.info, Node: JIS C6226, Next: JIS X0208, Prev: JIS X0201, Up: Glossary
1033
1034 JIS C6226-1978
1035 --------------
1036
1037 \e$BF|K\8l$rI=$9$?$a$K:n$i$l$?\e(B 94\e$B!_\e(B94 \e$BJ8;z=89g\e(B(*Note 94x94 character set::)\e$B!#\e(B
1038 \e$BF|K\$N9q2HI8=`!#\e(BJIS X0208-1978 \e$B$H$b$$$&!#\e(B
1039
1040 (cf. *Note JIS X0208::)
1041
1042
1043
1044
1045 \1f
1046 File: tm-en.info, Node: JIS X0208, Next: JIS X0212, Prev: JIS C6226, Up: Glossary
1047
1048 JIS X0208
1049 ---------
1050
1051 \e$BF|K\8l$rI=$9$?$a$K:n$i$l$?\e(B 94\e$B!_\e(B94 \e$BJ8;z=89g\e(B(*Note 94x94 character set::)\e$B!#\e(B
1052 \e$BF|K\$N9q2HI8=`!#\e(B1978 \e$BG/HG!"\e(B1983 \e$BG/HG!"\e(B1990 \e$BG/HG$,$"$k$,!"\e(BInternet \e$B$G$O\e(B 
1053 1983 \e$BG/HG$,$b$C$H$bNI$/;H$o$l$F$$$k!#\e(B
1054
1055 JIS X0208 \e$B$O5-9f!"?t;z!"%m!<%^;z!"$R$i$,$J!"%+%?%+%J!"%.%j%7%cJ8;z!"%-%j\e(B
1056 \e$B%kJ8;z!"7S@~AG!"Bh#1?e=`!"Bh#2?e=`$N4A;z$,4^$^$l$k!#C"$7!"\e(B1983 \e$BG/HG$N0l\e(B
1057 \e$BIt$N5-9f$H7S@~AG$O\e(B 1978 \e$BG/HG$K$O$J$$!#$^$?!"0lIt$N4A;z$N;z7A$,\e(B 1983 \e$BG/HG\e(B
1058 \e$B$G$OJQ99$5$l!"$^$?!"Bh#1?e=`$HBh#2?e=`$,F~$lBX$o$C$F$$$?$j$9$k!#$3$N$?$a!"\e(B
1059 1978 \e$BG/HG$H\e(B 1983 \e$BG/HG$O0[$J$kJ8;z=89g$H$7$F07$o$l$k!#\e(B
1060
1061 1990 \e$BG/$N2~Dj$G$O\e(B 1983 \e$BG/HG$KBP$9$kDI2C$,9T$o$l$?!#$3$N$?$a!"\e(B1990 \e$BG/HG$r\e(B
1062 \e$B;X<($9$k>l9g$OA0$K99?7%7!<%1%s%9$rMQ$$$k!#\e(B
1063
1064
1065 [JIS X0208-1978]\e$BF|K\5,3J6(2q\e(B (Japanese Standards Association),\e$B!X>p\e(B
1066      \e$BJs8r49MQ4A;zId9f7O!Y\e(B, "Code of the Japanese graphic character set
1067      for information interchange", JIS C6226:1978.
1068
1069
1070 [JIS X0208-1983,1990]\e$BF|K\5,3J6(2q\e(B (Japanese Standards Association),
1071      \e$B!X>pJs8r49MQ4A;zId9f7O!Y\e(B, "Code of the Japanese graphic character
1072      set for information interchange", JIS X0208:1983,1990.
1073
1074
1075 \e$B$^$?!"\e(B1996 \e$BG/$K2~DjHG$,=PHG$5$l$kM=Dj!#!J;z7A$NJQ99$O9T$o$l$J$$$N$GJ8;z\e(B
1076 \e$B=89g$H$7$F$O\e(B 1990 \e$BG/HG$HF10l$G$"$k!K\e(B
1077
1078
1079 [JIS X0208-1996?] \e$BF|K\5,3J6(2q\e(B (Japanese Standards Association),
1080      \e$B!X#7%S%C%H5Z$S#8%S%C%H$N\e(B \e$B#2%P%$%H>pJs8r49MQId9f2=4A;z=89g!Y\e(B, "7-bit
1081      and 8-bit double byte coded Kanji sets for information
1082      interchange", JIS X 0208:1996? draft.
1083
1084
1085
1086
1087 \1f
1088 File: tm-en.info, Node: JIS X0212, Next: koi8-r, Prev: JIS X0208, Up: Glossary
1089
1090 JIS X0212-1990
1091 --------------
1092
1093 JIS X0208 (*Note JIS X0208::) \e$B$K$J$+$C$?J8;z$r=8$a$?\e(B 94\e$B!_\e(B94 \e$BJ8;z=89g\e(B
1094 (*Note 94x94 character set::)\e$B!#!VJd=u4A;z!W$H$b8F$P$l$k!#F|K\$N9q2HI8=`!#\e(B
1095 ISO 2022 (*Note ISO 2022::) \e$B$G$N=*C<J8;z$O\e(B `D'.
1096
1097
1098
1099 \1f
1100 File: tm-en.info, Node: koi8-r, Next: KS C5601, Prev: JIS X0212, Up: Glossary
1101
1102 koi8-r
1103 ------
1104
1105 \e$B%m%7%d8lEy$GMQ$$$i$l$k%-%j%kJ8;z$rI=8=$9$k$?$a$N\e(B MIME charset (*Note
1106 MIME charset::) \e$B$N#1$D!#\e(B
1107
1108 ISO 2022 (*Note ISO 2022::) \e$B$K4p$+$J$$\e(B 8bit (*Note 8bit::) \e$B$NId9f2=J8;z\e(B
1109 \e$B=89g\e(B(*Note Coded character set::)\e$B$G\e(B de-fact standard \e$B$G$"$k!#\e(B
1110
1111 RFC 1489 \e$B$GDj5A$5$l$F$$$k!#\e(B
1112
1113
1114 [RFC 1489] A. Chernov, "Registration of a Cyrillic Character Set",
1115      July 1993.
1116
1117
1118
1119
1120 \1f
1121 File: tm-en.info, Node: KS C5601, Next: message, Prev: koi8-r, Up: Glossary
1122
1123 KS C5601-1987
1124 -------------
1125
1126 \e$B4Z9q8l$rI=$9$?$a$N\e(B 94\e$B!_\e(B94 \e$BJ8;z=89g\e(B(*Note 94x94 character set::)\e$B!#4Z9q$N\e(B
1127 \e$B9q2HI8=`!#\e(BISO 2022 (*Note ISO 2022::) \e$B$G$N=*C<J8;z$O\e(B `C'.
1128
1129
1130 [KS C5601] Korea Industrial Standards Association, "Code for
1131      Information Interchange (Hangul and Hanja)", KS C 5601:1987.
1132
1133
1134
1135
1136 \1f
1137 File: tm-en.info, Node: message, Next: message/rfc822, Prev: KS C5601, Up: Glossary
1138
1139 message
1140 -------
1141
1142 \e$B$3$3$G$O\e(B RFC 822 (*Note RFC 822::) \e$B$GDj5A$5$l$k\e(B mail \e$B$H\e(B RFC 1036 (*Note
1143 RFC 1036::) \e$B$GDj5A$5$l$k\e(B news \e$B5-;v$NAm>N$H$7$FMQ$$$k!#\e(B
1144
1145
1146
1147 \1f
1148 File: tm-en.info, Node: message/rfc822, Next: method, Prev: message, Up: Glossary
1149
1150 message/rfc822
1151 --------------
1152
1153 *message/rfc822* indicates that the body
1154 contains an encapsulated message, with the syntax of an RFC 822 (*Note
1155 RFC 822::) message.  It is the replacement of traditional RFC 934 (*Note
1156 RFC 934::) encapsulation.  It is defined in RFC 2046 (*Note RFC 2046::).
1157
1158
1159
1160 \1f
1161 File: tm-en.info, Node: method, Next: MIME, Prev: message/rfc822, Up: Glossary
1162
1163 method
1164 ------
1165
1166 tm \e$B$GFCDj$N<oN`$N\e(B data \e$B$r:F@8$7$?$H$-<B:]$K$=$N=hM}$r9T$J$&\e(B
1167 program. Emacs Lisp \e$B$G=q$+$l$?\e(B *internal method* \e$B$H\e(B C \e$B$d\e(B script \e$B8@8l$J$I\e(B
1168 \e$B$G=q$+$l$?\e(B *external method* \e$B$,$"$k!#\e(B
1169
1170 (cf. *Note (tm-view-en)method::)
1171
1172
1173
1174
1175 \1f
1176 File: tm-en.info, Node: MIME, Next: MIME charset, Prev: method, Up: Glossary
1177
1178 MIME
1179 ----
1180
1181 MIME stands for *Multipurpose Internet Mail Extensions*, it is an
1182 extension for RFC 822 (*Note RFC 822::).
1183
1184 According to RFC 2045:
1185
1186 STD 11, RFC 822, defines a message representation protocol specifying
1187 considerable detail about US-ASCII message headers, and leaves the
1188 message content, or message body, as flat US-ASCII text.  This set of
1189 documents, collectively called the Multipurpose Internet Mail
1190 Extensions, or MIME, redefines the format of messages to allow for
1191
1192   1. textual message bodies in character sets other than US-ASCII,
1193   2. an extensible set of different formats for non-textual message
1194      bodies,
1195   3. multi-part message bodies, and
1196   4. textual header information in character sets other than US-ASCII.
1197
1198
1199 It is defined in RFC 2045 (*Note RFC 2045::), RFC 2046 (*Note RFC
1200 2046::), RFC 2047 (*Note encoded-word::), RFC 2048 (*Note RFC 2048::)
1201 and RFC 2049 (*Note RFC 2049::).
1202
1203
1204
1205 \1f
1206 File: tm-en.info, Node: MIME charset, Next: MTA, Prev: MIME, Up: Glossary
1207
1208 MIME charset
1209 ------------
1210
1211 Coded character set (*Note Coded character set::) used in Content-Type
1212 field (*Note Content-Type field::) or charset parameter of encoded-word
1213 (*Note encoded-word::).
1214
1215 It is defined in RFC 2045 (*Note RFC 2045::).
1216
1217 iso-2022-jp (*Note iso-2022-jp::) \e$B$d\e(B euc-kr (*Note euc-kr::) \e$B$O$=$N#1$D!#\e(B
1218 \e$B!J$3$3$G$O!"\e(BMIME charset \e$B$OJ8;z=89g\e(B (*Note Character set::)\e$B$H6hJL$7$F>.\e(B
1219 \e$BJ8;z$G=q$$$F$$$k!K\e(B
1220
1221
1222
1223 \1f
1224 File: tm-en.info, Node: MTA, Next: MUA, Prev: MIME charset, Up: Glossary
1225
1226 MTA
1227 ---
1228
1229 *Message Transfer Agent* \e$B$NN,$G!"\e(B
1230 sendmail \e$B$J$I$N\e(B mail \e$BG[Aw\e(B program \e$B$H\e(B news server \e$B$NAm>N!#\e(B
1231
1232 (cf. *Note MUA::)
1233
1234
1235
1236
1237 \1f
1238 File: tm-en.info, Node: MUA, Next: MULE, Prev: MTA, Up: Glossary
1239
1240 MUA
1241 ---
1242
1243 *Message User Agent* \e$B$NN,$G!"\e(Bmail
1244 reader \e$B$H\e(B news reader \e$B$NAm>N!#\e(B
1245
1246 (cf. *Note MTA::)
1247
1248
1249
1250
1251 \1f
1252 File: tm-en.info, Node: MULE, Next: multipart, Prev: MUA, Up: Glossary
1253
1254 MULE
1255 ----
1256
1257 \e$BH>ED\e(B \e$B7u0l;a$i$,:n$C$?!"B?8@8l$5$l$?\e(B Emacs (*Note Emacs::).
1258
1259 [MULE] Nishikimi M., Handa K. and Tomura S., "Mule: MULtilingual
1260 Enhancement to GNU Emacs", Proc. of INET'93, August, 1993.
1261
1262 \e$B8=:_!"\e(BMULE \e$B$N5!G=$r\e(B Emacs \e$B$K\e(B merge \e$B$9$k:n6H$,9T$o$l$F$*$j!"\e(Balpha \e$BHG\e(B
1263 (ftp://etlport.etl.go.jp/pub/mule/mule-19.33-gamma.taz) \e$B$,B8:_$9$k!#\e(B
1264
1265 \e$B$=$NB>!"\e(BXEmacs \e$B$K\e(B merge \e$B$7$?$b$N$bB8:_$9$k!#\e(B
1266
1267 \e$B$3$N$?$a!"8=:_$G$OB?8@8l\e(B Emacs \e$B$O!"85!9$N\e(B MULE \e$B$r4^$a$F#3<oN`$"$k$3$H$K\e(B
1268 \e$B$J$k!#\e(B
1269
1270 \e$B$=$3$G!"$3$3$G$O!"B?8@8l\e(B Emacs \e$B$NAm>N$r\e(B *mule*, \e$B85!9\e(B
1271 \e$B$N\e(B MULE \e$B$r\e(B *MULE*, mule \e$B5!G=$r\e(B merge \e$B$7$?\e(B Emacs \e$B$r\e(B
1272 *Emacs/mule*, mule \e$B5!G=$r\e(B merge \e$B$7$?\e(B XEmacs \e$B$r\e(B 
1273 *XEmacs/mule* \e$B$H8F$V$3$H$K$9$k!#\e(B
1274
1275
1276
1277 \1f
1278 File: tm-en.info, Node: multipart, Next: multipart/alternative, Prev: MULE, Up: Glossary
1279
1280 Multipart
1281 ---------
1282
1283 *multipart* means media type (*Note media type::)
1284 to insert multiple entities (*Note entities::) in a single body.  Or it
1285 also indicates a message consists of multiple entities.
1286
1287 There are following subtypes registered in RFC 2046 (*Note RFC 2046::):
1288
1289    * multipart/mixed (*Note multipart/mixed::)
1290    * multipart/alternative (*Note multipart/alternative::)
1291    * multipart/digest (*Note multipart/digest::)
1292    * multipart/parallel (*Note multipart/parallel::)
1293
1294 and registered in RFC 1847 (*Note Security multipart::):
1295
1296    * multipart/signed (*Note multipart/signed::)
1297    * multipart/encrypted (*Note multipart/encrypted::)
1298
1299
1300
1301
1302 \1f
1303 File: tm-en.info, Node: multipart/alternative, Next: multipart/digest, Prev: multipart, Up: Glossary
1304
1305 multipart/alternative
1306 ---------------------
1307
1308 *multipart/digest* is one of multipart
1309 (*Note multipart::) media types.  This type is syntactically identical
1310 to multipart/mixed (*Note multipart/mixed::), but the semantics are
1311 different.  In particular, each of the body parts is an "alternative"
1312 version of the same information.
1313
1314 (cf. *Note RFC 2046::)
1315
1316
1317
1318
1319 \1f
1320 File: tm-en.info, Node: multipart/digest, Next: multipart/encrypted, Prev: multipart/alternative, Up: Glossary
1321
1322 multipart/digest
1323 ----------------
1324
1325 *multipart/digest* is one of multipart
1326 (*Note multipart::) media types.  This type is syntactically identical
1327 to multipart/mixed (*Note multipart/mixed::), but the semantics are
1328 different.  In particular, in a digest, the default Content-Type value
1329 for a body part is changed from text/plain (*Note text/plain::) to
1330 message/rfc822 (*Note message/rfc822::).
1331
1332 This is the replacement of traditional RFC 1153 (*Note RFC 1153::) based
1333 encapsulation (*Note encapsulation::).
1334
1335 (cf. *Note RFC 2046::)
1336
1337
1338
1339
1340 \1f
1341 File: tm-en.info, Node: multipart/encrypted, Next: multipart/mixed, Prev: multipart/digest, Up: Glossary
1342
1343 multipart/encrypted
1344 -------------------
1345
1346 RFC 1847 \e$B$GDj5A$5$l$?\e(B Security multipart (*Note Security multipart::) \e$B$N\e(B
1347 \e$B#1$D$G!"0E9f2=$5$l$?\e(B message \e$B$rI=8=$9$k$N$KMQ$$$k!#\e(B
1348
1349 (cf. *Note PGP/MIME::)
1350
1351
1352
1353
1354 \1f
1355 File: tm-en.info, Node: multipart/mixed, Next: multipart/parallel, Prev: multipart/encrypted, Up: Glossary
1356
1357 multipart/mixed
1358 ---------------
1359
1360 Primary and default subtype of multipart (*Note multipart::), it is used
1361 when the body parts are independent and need to be bundled in a
1362 particular order.
1363
1364 (cf. *Note RFC 2046::)
1365
1366
1367
1368
1369 \1f
1370 File: tm-en.info, Node: multipart/parallel, Next: multipart/signed, Prev: multipart/mixed, Up: Glossary
1371
1372 multipart/parallel
1373 ------------------
1374
1375 *multipart/parallel* is a subtype of
1376 multipart (*Note multipart::).  This type is syntactically identical to
1377 multipart/mixed (*Note multipart/mixed::), but the semantics are
1378 different.  In particular, in a parallel entity, the order of body parts
1379 is not significant.
1380
1381 (cf. *Note RFC 2046::)
1382
1383
1384
1385
1386 \1f
1387 File: tm-en.info, Node: multipart/signed, Next: PGP, Prev: multipart/parallel, Up: Glossary
1388
1389 multipart/signed
1390 ----------------
1391
1392 RFC 1847 \e$B$GDj5A$5$l$?\e(B Security multipart (*Note Security multipart::) \e$B$N\e(B
1393 \e$B#1$D$G!"EE;R=pL>$rI=8=$9$k$N$KMQ$$$k!#\e(B
1394
1395 (cf. *Note PGP/MIME::)
1396
1397
1398
1399
1400 \1f
1401 File: tm-en.info, Node: PGP, Next: PGP-kazu, Prev: multipart/signed, Up: Glossary
1402
1403 PGP
1404 ---
1405
1406 Phil Zimmermann \e$B;a$,:n@.$7$?8x3+800E9f=hM}7O$N#1$D!#\e(Bmessage (*Note
1407 message::) \e$B$N0E9f2=$dEE;R=pL>$r9T$&$3$H$,$G$-$k!#\e(BPretty Good Privacy \e$B$N\e(B
1408 \e$BN,!#\e(B
1409
1410 \e$BEAE}E*$J\e(B PGP \e$B$G$O\e(B encapsulation (*Note encapsulation::) \e$B$K\e(B RFC 934
1411 (*Note RFC 934::)\e$B$K=`$8$?J}K!$rMQ$$$k!#$3$l$O\e(B MIME (*Note MIME::) \e$B$HL7=b\e(B
1412 \e$B$9$k$N$G\e(B PGP/MIME (*Note PGP/MIME::) \e$B$,Ds0F$5$l$F$$$k!#0lJ}!"\e(BMIME \e$B$K$*$$\e(B
1413 \e$B$F\e(B PGP \e$B$N\e(Bencapsulation \e$B$rMQ$$$kJ}K!\e(B (cf. *Note PGP-kazu::)
1414  \e$B$bMxMQ$5$l$F$-$?!#$7$+$7!":#8e$O\e(B PGP/MIME \e$B$KE}0l$7$F$$$/J}$,K>$^$7$$!#\e(B
1415
1416
1417
1418 [PGP: RFC 1991] D. Atkins, W. Stallings and P. Zimmermann, "PGP
1419      Message Exchange Formats", August 1996, Informational.
1420
1421
1422
1423
1424
1425 \1f
1426 File: tm-en.info, Node: PGP-kazu, Next: PGP/MIME, Prev: PGP, Up: Glossary
1427
1428 PGP-kazu
1429 --------
1430
1431 \e$B;3K\\e(B \e$BOBI'\e(B \e$B;a$,Ds0F$7$?\e(B MIME (*Note MIME::) \e$B$G\e(B PGP (*Note PGP::) \e$B$rMxMQ$9\e(B
1432 \e$B$k$?$a$NJ}K!$r$3$3$G$O\e(B *PGP-kazu* \e$B$H8F$V$3$H$K$9$k!#\e(B
1433
1434 PGP-kazu \e$B$O\e(B *application/pgp* \e$B$H$$$&\e(B content-type (*Note content-type::) 
1435 \e$B$rDj5A$9$k!#\e(B
1436
1437 application/pgp \e$B$N\e(B part \e$B$G$O\e(B PGP \e$B$N\e(B encapsulation (*Note
1438 encapsulation::) \e$B$,MQ$$$i$l$k!#\e(BPGP \e$B$N\e(B encapsulation (cf. *Note RFC
1439 934::)
1440  \e$B$H\e(B MIME \e$B$N\e(B encapsulation \e$B$OL7=b$9$k$N$G!"\e(BPGP \e$B$N\e(B encapsulation \e$B$r2r$+$J\e(B
1441 \e$B$$8B$j!"Cf$K4^$^$l$?\e(B MIME message \e$B$rFI$`$3$H$,$G$-$J$/$J$k!#B($A!"\e(B
1442 PGP-kazu \e$B$KBP1~$7$F$$$J$$\e(B MIME \e$B$KBP1~$7$?\e(B MUA (*Note MUA::) \e$B$O$=$N\e(B part 
1443 \e$B$,FI$a$J$/$J$k!#$=$NBe$o$j!"\e(BMIME \e$B$KBP1~$7$F$$$J$$\e(B PGP \e$BBP1~$N\e(B MUA (*Note
1444 MUA::) \e$B$G$b\e(B message \e$B$rFI$`$3$H$,$G$-$k!#\e(B
1445
1446 PGP-kazu \e$B$G$O\e(B MUA \e$B$O\e(B PGP \e$B$N$H\e(B MIME \e$B$N$H$$$&#2$D$N\e(B encapsulation \e$B$rCN$i$J\e(B
1447 \e$B$1$l$P$J$i$J$$!#$^$?!"\e(Bapplication/pgp part \e$B$r\e(B parse \e$B$9$k$?$a$K$O!"$^$:!"\e(B
1448 pgp \e$B$N=hM}$r9T$o$J$1$l$P$J$i$J$$$N$G!"\e(Bparse \e$B=hM}$,J#;($K$J$k!#\e(B
1449
1450 \e$B$^$?!"\e(BInternet \e$B$G$O:#8e\e(B PGP/MIME (*Note PGP/MIME::) \e$B$NJ}8~$GI8=`2=$7$F$$\e(B
1451 \e$B$3$&$H$$$&$3$H$G9g0U$,<h$l$F$$$k!#$h$C$F!":#8e$O\e(B PGP-kazu \e$B$OMQ$$$J$$$N$,\e(B
1452 \e$BK>$^$7$$!#\e(B
1453
1454 [draft-kazu-pgp-mime-00.txt] Yamamoto K., "PGP MIME Integration",
1455 October, 1995
1456
1457
1458
1459 \1f
1460 File: tm-en.info, Node: PGP/MIME, Next: Quoted-Printable, Prev: PGP-kazu, Up: Glossary
1461
1462 PGP/MIME
1463 --------
1464
1465 Michael Elkins \e$B;a$,Ds0F$7$?\e(B MIME (*Note MIME::) \e$B$G\e(B PGP (*Note PGP::) \e$B$r\e(B
1466 \e$BMxMQ$9$k$?$a$NJ}K!!#\e(B
1467
1468 RFC 1847 (*Note Security multipart::) \e$B$K4p$-!"\e(BMIME \e$B$N\e(B multipart \e$B$K$h$k\e(B 
1469 encapsulation (*Note encapsulation::) \e$B$r9T$&!#$3$N$?$a!"\e(BMIME \e$B$N<+A3$J3H\e(B
1470 \e$BD%$K$J$C$F$$$k!#$7$+$7!"EAE}E*$J\e(B PGP\e$B$H$N8_49@-$,<:$o$l$F$$$k!#\e(B
1471
1472 PGP/MIME \e$B$G$O\e(B PGP-kazu (*Note PGP-kazu::) \e$B$H0[$J$j!"\e(BMIME \e$B$N\e(B 
1473 encapsulation \e$B$N$_$rMQ$$$k!#$^$?!"$3$N$?$a!"\e(BPGP \e$B$N=hM}$r9T$&A0$K\e(B message 
1474 \e$B$N\e(B parse \e$B$r9T$&$3$H$,$G$-$k!#\e(B
1475
1476 Internet \e$B$G$O:#8e\e(B PGP/MIME (*Note PGP/MIME::) \e$B$NJ}8~$GI8=`2=$7$F$$$3$&$H\e(B
1477 \e$B$$$&$3$H$G9g0U$,<h$l$F$$$k!#$h$C$F!":#8e$O\e(B PGP \e$B$rMQ$$$k>l9g$O\e(B PGP/MIME\e$B$r\e(B
1478 \e$BMQ$$$k$N$,K>$^$7$$!#\e(B
1479
1480
1481 [PGP/MIME: RFC 2015] M. Elkins, "MIME Security with Pretty Good
1482      Privacy (PGP)", October 1996, Standards Track.
1483
1484
1485
1486
1487 \1f
1488 File: tm-en.info, Node: Quoted-Printable, Next: RFC 821, Prev: PGP/MIME, Up: Glossary
1489
1490 Quoted-Printable
1491 ----------------
1492
1493 *Quoted-Printable* is a transfer
1494 encoding method of MIME (*Note MIME::) defined in RFC 2045 (*Note RFC
1495 2045::).
1496
1497 If the data being encoded are mostly US-ASCII text, the encoded form of
1498 the data remains largely recognizable by humans.
1499
1500 (cf. *Note Base64::)
1501
1502
1503
1504
1505 \1f
1506 File: tm-en.info, Node: RFC 821, Next: RFC 822, Prev: Quoted-Printable, Up: Glossary
1507
1508 RFC 821
1509 -------
1510
1511 *SMTP* \e$B$H8F$P$l$k\e(B Internet mail \e$B$NG[AwK!$NI8=`$rDj$a\e(B
1512 \e$B$F$$$k\e(B RFC.
1513
1514
1515 [SMTP: RFC 821] J. Postel, "Simple Mail Transfer Protocol", August
1516      1982, STD 10.
1517
1518
1519
1520
1521 \1f
1522 File: tm-en.info, Node: RFC 822, Next: RFC 934, Prev: RFC 821, Up: Glossary
1523
1524 RFC 822
1525 -------
1526
1527 Internet mail \e$B$N<g$K\e(B *message header* \e$B$K4X$9$k7A<0$K4X$9$kI8=`$rDj$a$F$$\e(B
1528 \e$B$k\e(B RFC.
1529
1530 *[Memo]*
1531
1532      news message \e$B$b$3$l$K=`$8$F$$$k$N$G!"\e(B*Internet mail* \e$B$H=q$/$h$j$b!"\e(B
1533      *Internet message* \e$B$H=q$$$?J}$,NI$$$+$b$7$l$J$$!#\e(B
1534
1535
1536
1537 [RFC 822] D. Crocker, "Standard for the Format of ARPA Internet
1538      Text Messages", August 1982, STD 11.
1539
1540
1541
1542
1543 \1f
1544 File: tm-en.info, Node: RFC 934, Next: RFC 1036, Prev: RFC 822, Up: Glossary
1545
1546 RFC 934
1547 -------
1548
1549 Internet mail (*Note RFC 822::) \e$B$N\e(B 
1550 *encapsulation* (*Note encapsulation::) \e$B$NJ}\e(B
1551 \e$BK!$rDj$a$?\e(B RFC.
1552
1553 MIME (*Note MIME::) \e$B$HL7=b$9$k$N$G!"8=:_$G$O\e(B message/rfc822 (*Note
1554 message/rfc822::) \e$B$rMQ$$$k$Y$-$G$"$k!#\e(B
1555
1556
1557
1558 [RFC 934] Marshall T. Rose and Einar A. Stefferud, "Proposed
1559      Standard for Message Encapsulation", January 1985.
1560
1561
1562
1563
1564 \1f
1565 File: tm-en.info, Node: RFC 1036, Next: RFC 1153, Prev: RFC 934, Up: Glossary
1566
1567 RFC 1036
1568 --------
1569
1570 USENET \e$B$G$N\e(B message \e$B$N7A<0$rDj$a$?\e(B RFC. RFC 822 (*Note RFC 822::)\e$B$N\e(B 
1571 subset \e$B$K$J$C$F$$$k!#\e(BInternet \e$B$NI8=`$G$O$J$$$,!"\e(BUSENET \e$B0J30$N\e(B netnews \e$B$G\e(B
1572 \e$B$b$3$l$K=`$8$F$$$k$b$N$,B?$$!#\e(B
1573
1574
1575 [USENET: RFC 1036] M. Horton and R. Adams, "Standard for
1576      Interchange of USENET Messages", December 1987, (obsolete RFC 850).
1577
1578
1579
1580
1581 \1f
1582 File: tm-en.info, Node: RFC 1153, Next: RFC 1557, Prev: RFC 1036, Up: Glossary
1583
1584 RFC 1153
1585 --------
1586
1587 \e$BJ#?t$N\e(B Internet mail (*Note RFC 822::) \e$B$r\e(B 
1588 *encapsulation* (*Note encapsulation::) \e$B$9$k\e(B
1589 \e$B$?$a$NJ}K!$rDj$a$?\e(B RFC. RFC 934 (*Note RFC 934::) \e$B$rMQ$$$k!#\e(B
1590
1591 MIME (*Note MIME::) \e$B$HL7=b$9$k$N$G!"8=:_$G$O\e(B message/rfc822 (*Note
1592 message/rfc822::) \e$B$rMQ$$$?\e(B multipart (*Note multipart::) \e$B$rMQ$$$k$Y$-$G\e(B
1593 \e$B$"$k!#\e(B
1594
1595 (cf. *Note multipart/digest::)
1596
1597
1598
1599 [RFC 1153] F. Wancho, "Digest Message Format", April 1990.
1600
1601
1602
1603
1604 \1f
1605 File: tm-en.info, Node: RFC 1557, Next: RFC 1922, Prev: RFC 1153, Up: Glossary
1606
1607 RFC 1557
1608 --------
1609
1610 euc-kr (*Note euc-kr::) \e$B$H\e(B iso-2022-kr (*Note iso-2022-kr::) \e$B$H$$$&4Z9q\e(B
1611 \e$B8l$N$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$rDj5A$7$F$$$k\e(B RFC.
1612
1613
1614 [RFC 1557] U. Choi, K. Chon and H. Park, "Korean Character Encoding
1615      for Internet Messages", December 1993, Informational.
1616
1617
1618
1619
1620 \1f
1621 File: tm-en.info, Node: RFC 1922, Next: RFC 2045, Prev: RFC 1557, Up: Glossary
1622
1623 RFC 1922
1624 --------
1625
1626 iso-2022-cn (*Note iso-2022-cn::), iso-2022-cn-ext (*Note
1627 iso-2022-cn-ext::), cn-gb (*Note cn-gb::), cn-big5 (*Note cn-big5::) \e$B$H\e(B
1628 \e$B$$$C$?Cf9q8l$N$?$a$N\e(B MIME charset (*Note MIME charset::) \e$B$rDj5A$7$F$$$k\e(B 
1629 RFC.
1630
1631 \e$B$3$l$K2C$($F!"\e(B*charset-edition* \e$B$H\e(B 
1632 *charset-extension* \e$B$H$$$&\e(B Content-Type
1633 field (*Note Content-Type field::) \e$B$N\e(B parameter \e$B$rDj5A$7$F$$$k!#\e(B
1634
1635
1636 [RFC 1922] Zhu, HF., Hu, DY., Wang, ZG., Kao, TC., Chang, WCH. and
1637      Crispin, M., "Chinese Character Encoding for Internet Messages",
1638      March 1996, Informational.
1639
1640
1641
1642
1643 \1f
1644 File: tm-en.info, Node: RFC 2045, Next: RFC 2046, Prev: RFC 1922, Up: Glossary
1645
1646 RFC 2045
1647 --------
1648
1649
1650 [RFC 2045] N. Freed and N. Borenstein, "Multipurpose Internet Mail
1651      Extensions (MIME) Part One: Format of Internet Message Bodies",
1652      November 1996, Standards Track (obsolete RFC 1521, 1522, 1590).
1653
1654
1655
1656
1657 \1f
1658 File: tm-en.info, Node: RFC 2046, Next: RFC 2048, Prev: RFC 2045, Up: Glossary
1659
1660 RFC 2046
1661 --------
1662
1663
1664 [RFC 2046] N. Freed and N. Borenstein, "Multipurpose Internet Mail
1665      Extensions (MIME) Part Two: Media Types", November 1996, Standards
1666      Track (obsolete RFC 1521, 1522, 1590).
1667
1668
1669
1670
1671 \1f
1672 File: tm-en.info, Node: RFC 2048, Next: RFC 2049, Prev: RFC 2046, Up: Glossary
1673
1674 RFC 2048
1675 --------
1676
1677
1678 [RFC 2048] N. Freed, J. Klensin and J. Postel, "Multipurpose
1679      Internet Mail Extensions (MIME) Part Four: Registration
1680      Procedures", November 1996, Standards Track (obsolete RFC 1521,
1681      1522, 1590).
1682
1683
1684
1685
1686 \1f
1687 File: tm-en.info, Node: RFC 2049, Next: plain text, Prev: RFC 2048, Up: Glossary
1688
1689 RFC 2049
1690 --------
1691
1692
1693 [RFC 2049] N. Freed and N. Borenstein, "Multipurpose Internet Mail
1694      Extensions (MIME) Part Five: Conformance Criteria and Examples",
1695      November 1996, Standards Track (obsolete RFC 1521, 1522, 1590).
1696
1697
1698
1699
1700 \1f
1701 File: tm-en.info, Node: plain text, Next: Security multipart, Prev: RFC 2049, Up: Glossary
1702
1703 plain text
1704 ----------
1705
1706 \e$B=qBN$dAHHG$K4X$9$k>pJs$r;}$?$J$$\e(B \e$BJ8;zId9f\e(B(*Note Coded character set::)\e$B$N\e(B
1707 \e$B$_$GI=8=$5$l$k\e(B text \e$B>pJs!#\e(B(cf. *Note text/plain::)
1708
1709
1710
1711
1712 \1f
1713 File: tm-en.info, Node: Security multipart, Next: text/enriched, Prev: plain text, Up: Glossary
1714
1715 Security multipart
1716 ------------------
1717
1718 MIME (*Note MIME::) \e$B$G0E9f$dEE;R=qL>$rMQ$$$k$?$a$N7A<0!#\e(B
1719 *multipart/signed*
1720 (*Note multipart/signed::) \e$B$H\e(B 
1721 *multipart/encrypted*
1722 (*Note multipart/encrypted::) \e$B$H$$$&\e(B multipart \e$B$rMQ$$$k!#\e(BMOSS \e$B$d\e(B 
1723 PGP/MIME (*Note PGP/MIME::) \e$B$O$3$l$K4p$$$F$$$k!#\e(B
1724
1725
1726 [Security multipart: RFC 1847] James Galvin, Gale Murphy, Steve
1727      Crocker and Ned Freed, "Security Multiparts for MIME:
1728      Multipart/Signed and Multipart/Encrypted", October 1995, Standards
1729      Track.
1730
1731
1732
1733
1734 \1f
1735 File: tm-en.info, Node: text/enriched, Next: text/plain, Prev: Security multipart, Up: Glossary
1736
1737 text/enriched
1738 -------------
1739
1740 RFC 1521 \e$B$GDj5A$5$l$?\e(B *text/richtext* \e$B$KBe$o$C$F!"=qBN$dAHHG$K4X$9$k>pJs\e(B
1741 \e$B$r;}$C$?\e(B text\e$B$rI=8=$9$k$?$a$N\e(B media type (*Note media type::).
1742
1743
1744 [text/enriched: RFC 1896] P. Resnick and A. Walker, "The
1745      text/enriched MIME Content-type", February 1996, (obsolete RFC
1746      1563).
1747
1748
1749
1750
1751 \1f
1752 File: tm-en.info, Node: text/plain, Next: tm-kernel, Prev: text/enriched, Up: Glossary
1753
1754 text/plain
1755 ----------
1756
1757 *text/plain* is a media type (*Note media type::) for plain text (*Note plain text::), defined in RFC 2046 (*Note RFC 2046::).
1758
1759 The default media type of "text/plain; charset=us-ascii" for Internet
1760 mail describes existing Internet practice.  That is, it is the type of
1761 body defined by RFC 822 (*Note RFC 822::).
1762
1763 (cf. *Note MIME charset::) (cf. *Note us-ascii::)
1764
1765
1766
1767
1768 \1f
1769 File: tm-en.info, Node: tm-kernel, Next: tm-MUA, Prev: text/plain, Up: Glossary
1770
1771 tm-kernel, tm
1772 -------------
1773
1774 Emacs \e$B$G\e(B MIME (*Note MIME::) \e$B$rMxMQ$9$k$?$a$N\e(B user interface \e$B$rDs6!$9$k\e(B 
1775 library \e$B72!#\e(B`tools for MIME' \e$B$NN,!#\e(B
1776
1777 *[\e$B$I$&$G$bNI$$$3$H\e(B(^-^;]*
1778
1779         *  tm \e$B$O\e(B "tiny-mime" \e$B$NN,$8$c$J$$$i$7$$$>\e(B (^-^;
1780   
1781         *  tm \e$B$O:n<T$N%$%K%7%c%k$8$c$J$$$i$7$$$>\e(B (^-^;
1782   
1783         *  "Tools for MIME" \e$B$NN,$H$$$&$N$O$3$8$D$1$i$7$$$>\e(B (^-^;
1784
1785
1786
1787
1788 \1f
1789 File: tm-en.info, Node: tm-MUA, Next: us-ascii, Prev: tm-kernel, Up: Glossary
1790
1791 tm-MUA
1792 ------
1793
1794 tm (*Note tm-kernel::) \e$B$rMQ$$$?\e(B MUA (*Note MUA::) \e$B$b$7$/$O\e(B MUA \e$B$KBP$9$k\e(B 
1795 extender.
1796
1797 *tm \e$BBg@9$j\e(B package* \e$B$K$O\e(B
1798
1799    * mh-e (*Note (mh-e)::) \e$BMQ$N\e(B *tm-mh-e*
1800    * GNUS \e$BMQ$N\e(B *tm-gnus*
1801    * Gnus \e$BMQ$N\e(B *gnus-mime* (*Note (gnus-mime-en)::)
1802    * VM \e$BMQ$N\e(B *tm-vm*
1803    * RMAIL \e$BMQ$N\e(B *tm-rmail*
1804
1805 \e$B$,4^$^$l$F$$$k!#\e(B
1806
1807 \e$BFHN)$7$?\e(B MUA \e$B$H$7$F$O\e(B cmail (*Note (cmail)::) \e$B$,\e(B tm \e$B$rMxMQ2DG=$G$"$k!#\e(B
1808
1809
1810
1811 \1f
1812 File: tm-en.info, Node: us-ascii, Prev: tm-MUA, Up: Glossary
1813
1814 us-ascii
1815 --------
1816
1817 \e$B%"%a%j%+O"K.$J$I$G;H$o$l$k1Q8l$J$I$rI=8=$9$k$?$a$N\e(B MIME charset (*Note
1818 MIME charset::) \e$B$N#1$D!#\e(B
1819
1820 ASCII (*Note ASCII::) \e$B$N$_$+$i$J$j\e(B ISO 2022 (*Note ISO 2022::) \e$B$K$h$kId\e(B
1821 \e$B9f3HD%\e(B (*Note Code extension::)\e$B$O5v$5$l$J$$!#\e(B
1822
1823 Internet mail \e$B$K$*$1$kI8=`$NId9f2=J8;z=89g\e(B(*Note Coded character set::)\e$B$G\e(B
1824 \e$B$"$j!"L@<(E*$K\e(B MIME charset \e$B$,<($5$l$J$$>l9g$O86B'$H$7$F\e(B 
1825 *us-ascii* \e$B$,;H$o$l$k!#\e(B
1826
1827 \e$B$^$?!"\e(BRFC 822 (*Note RFC 822::) \e$B$K$*$1$k\e(B *ASCII* \e$B$O\e(B us-ascii \e$B$r;X$9$b$N\e(B
1828 \e$B$H2r<a$9$Y$-$G$"$k!#\e(B
1829
1830
1831
1832 \1f
1833 File: tm-en.info, Node: Setting, Next: Bug report, Prev: Introduction, Up: Top
1834
1835 Setting
1836 *******
1837
1838 In the tm package, two files, `mime-setup.el' and `tm-setup.el', are
1839 provided to ease the setup.
1840
1841 The `mime-setup.el' is used for the whole MIME related setup including
1842 MIME encoding using `tm-edit.el', while `tm-setup.el' is used to set up
1843 tm-MUA only.
1844
1845
1846 * Menu:
1847
1848 * mime-setup::                  Normal setting
1849 * tm-setup::                    Setting not to use tm-edit
1850 * setting for VM::              Setting for VM
1851 * manual setting::              Setting up without loading provided setup files
1852
1853
1854 \1f
1855 File: tm-en.info, Node: mime-setup, Next: tm-setup, Prev: Setting, Up: Setting
1856
1857 Normal setting
1858 ==============
1859
1860 If you want normal setting, please use *mime-setup*.  For example,
1861 please insert following into `~/.emacs':
1862
1863      (load "mime-setup")
1864
1865
1866 As `mime-setup.el' loads `tm-setup.el', you don't need to load
1867 `tm-setup.el' when you use `mime-setup.el' (Description of old version
1868 of Gnus FAQ is wrong!)
1869
1870
1871 * Menu:
1872
1873 * signature::                   
1874 * Notice about GNUS::           Notices for GNUS
1875
1876
1877 \1f
1878 File: tm-en.info, Node: signature, Next: Notice about GNUS, Prev: mime-setup, Up: mime-setup
1879
1880 signature
1881 ---------
1882
1883 You can set up the *automatic signature selection tool* using
1884 `mime-setup'. If you want to automatically select the signature file
1885 depending on how the message headers show, add lines like shown below to
1886 your .emacs (Refer to the reference manual of `signature.el' for more
1887 details).
1888
1889      (setq signature-file-alist
1890            '((("Newsgroups" . "jokes")       . "~/.signature-jokes")
1891              (("Newsgroups" . ("zxr" "nzr")) . "~/.signature-sun")
1892              (("To" . ("ishimaru" "z-suzuki")) . "~/.signature-sun")
1893              (("To" . "tea")                 . "~/.signature-jokes")
1894              (("To" . ("sim" "oku" "takuo")) . "~/.signature-formal")
1895              ))
1896
1897
1898
1899  -- Variable: mime-setup-use-signature
1900
1901      If it is not `nil', `mime-setup.el' sets up for `signature.el'.
1902      Its default value is `t'.
1903
1904
1905
1906  -- Variable: mime-setup-signature-key-alist
1907
1908      It defines key to bind signature inserting command for each
1909      major-mode.  Its default value is following:
1910
1911                 ((mail-mode . "\C-c\C-w"))
1912
1913
1914      If you want to change, please rewrite it.  For example:
1915
1916           (set-alist 'mime-setup-signature-key-alist
1917                    'news-reply-mode "\C-c\C-w")
1918
1919
1920
1921
1922  -- Variable: mime-setup-default-signature-key
1923
1924      If key to bind signature inserting command for a major-mode is not
1925      found from `mime-setup-signature-key-alist', its value is used as
1926      key.  Its default value is `"\C-c\C-s"'.
1927
1928
1929
1930
1931 \1f
1932 File: tm-en.info, Node: Notice about GNUS, Prev: signature, Up: mime-setup
1933
1934 Notices for GNUS
1935 ----------------
1936
1937 When `mime-setup.el' sets up for `signature.el', it sets variable
1938 `gnus-signature-file' to `nil'.  Therefore GNUS does not insert
1939 signature automatically when it is sending a message.  Reason of this
1940 setting is following:
1941
1942 GNUS inserts signature after `tm-edit.el' composed as MIME message.
1943 Therefore signature inserted by GNUS is not processed as a valid MIME
1944 part.  In particular, for multipart message, signature places in outside
1945 of MIME part.  So MIME MUA might not display it.
1946
1947 Other notice is key bind.  In historical reason, key bind to insert
1948 signature is `C-c C-s' (like mh-e (*Note (mh-e)::)) instead of `C-c
1949 C-w'. If you change to GNUS's default, please set following:
1950
1951      (set-alist 'mime-setup-signature-key-alist 'news-reply-mode "\C-c\C-w")
1952
1953
1954
1955
1956 \1f
1957 File: tm-en.info, Node: tm-setup, Next: setting for VM, Prev: mime-setup, Up: Setting
1958
1959 Setting not to use tm-edit
1960 ==========================
1961
1962 *tm-setup* only sets up tm-MUA (*Note tm-MUA::)s.
1963 In other words, it is a setting to avoid to use tm-edit.  If you don't
1964 want to compose MIME message or want to use other MIME composer, please
1965 use it instead of `mime-setup.el'.
1966
1967 For example, please insert following into `~/.emacs':
1968
1969      (load "tm-setup")
1970
1971
1972
1973 *[Memo]*
1974
1975      If you use `mime-setup.el', you you don't need to load
1976      `tm-setup.el'.
1977
1978
1979
1980
1981 \1f
1982 File: tm-en.info, Node: setting for VM, Next: manual setting, Prev: tm-setup, Up: Setting
1983
1984 Setting for VM
1985 ==============
1986
1987 If you use *vm*, please insert following in `~/.vm':
1988
1989      (require 'tm-vm)
1990
1991
1992
1993 *[Notice]*
1994
1995      If you use *BBDB*, please insert `(require 'tm-vm)' *after*
1996      `(bbdb-insinuate-vm)'.
1997
1998
1999
2000
2001 \1f
2002 File: tm-en.info, Node: manual setting, Prev: setting for VM, Up: Setting
2003
2004 Setting up without loading provided setup files
2005 ===============================================
2006
2007 You may find the valuable hints in `mime-setup.el' or `tm-setup.el' if
2008 you want to set up MIME environment without loading the tm-provided
2009 setup files.
2010
2011 *[Memo]*
2012
2013      Current tm provides some convenient features to expect tm-edit, and
2014      they can not use if `mime-setup.el' is not used.  If you want to
2015      set up original setting to use tm-edit, please declare following
2016      setting:
2017
2018           (provide 'mime-setup)
2019
2020
2021
2022
2023
2024 \1f
2025 File: tm-en.info, Node: Bug report, Next: Concept Index, Prev: Setting, Up: Top
2026
2027 How to report bug and about mailing list of tm
2028 **********************************************
2029
2030 If you write bug-reports and/or suggestions for improvement, please send
2031 them to the tm Mailing List:
2032
2033    *  Japanese <bug-tm-ja@chamonix.jaist.ac.jp>
2034    *  English <bug-tm-en@chamonix.jaist.ac.jp>
2035
2036
2037 Notice that, we does not welcome bug reports about too old version.
2038 Bugs in old version might be fixed.  So please try latest version at
2039 first.
2040
2041 You should write *good bug report*.  If you write only "tm does not
2042 work", we can not find such situations.  At least, you should write
2043 name, type, variants and version of OS, emacs, tm and MUA, and setting.
2044 In addition, if error occurs, to send backtrace is very
2045 important. (cf. *Note (emacs)Bugs::)
2046
2047 Bug may not appear only your environment, but also in a lot of
2048 environment (otherwise it might not bug).  Therefor if you send mail to
2049 author directly, we must write a lot of mails.  So please send mail to
2050 address for tm bugs instead of author.
2051
2052 Via the tm ML, you can report tm bugs, obtain the latest release of tm,
2053 and discuss future enhancements to tm.  To join the tm ML, send e-mail
2054 to:
2055
2056    *  Japanese <tm-ja-admin@chamonix.jaist.ac.jp>
2057    *  English <tm-en-admin@chamonix.jaist.ac.jp>
2058
2059 Since the user registration is done manually, please write the mail body
2060 in human-recognizable language (^_^).
2061
2062
2063
2064 \1f
2065 File: tm-en.info, Node: Concept Index, Next: Variable Index, Prev: Bug report, Up: Top
2066
2067 Concept Index
2068 *************
2069
2070
2071 * Menu:
2072
2073 * 7bit
2074 * 7bit:                         7bit.                   5.
2075 * 7bit (textual) string:        7bit.                   12.
2076 * 8bit
2077 * 8bit:                         8bit.                   5.
2078 * 8bit (textual)
2079 * ANSI X3.4:1986:               ASCII.                  9.
2080 * application:                  media type.             21.
2081 * application/pgp:              PGP-kazu.               9.
2082 * ASCII:                        ASCII.                  9.
2083 * ASCII:                        us-ascii.               16.
2084 * audio:                        media type.             17.
2085 * automatic signature selection
2086 * Base64:                       Base64.                 5.
2087 * BBDB:                         setting for VM.         14.
2088 * BIG5:                         cn-big5.                13.
2089 * binary:                       binary.                 6.
2090 * binary data:                  binary.                 15.
2091 * charset-edition:              RFC 1922.               11.
2092 * charset-extension:            RFC 1922.               11.
2093 * CNS        11643:1992:        CNS.                    13.
2094 * CNS 11643-1992:               CNS.                    13.
2095 * Emacs/mule:                   MULE.                   20.
2096 * encapsulation:                RFC 1153.               6.
2097 * encapsulation:                RFC 934.                6.
2098 * euc-kr:                       euc-kr.                 14.
2099 * Experimental:                 Content-Disposition.    8.
2100 * external
2101 * FTP:                          FTP.                    8.
2102 * GB 2312:                      GB 2312.                11.
2103 * GB 2312:1980:                 GB 2312.                11.
2104 * GB 8565.2:                    GB 8565.2.              8.
2105 * GB 8565.2:1988:               GB 8565.2.              8.
2106 * gnus-mime:                    tm-MUA.                 16.
2107 * good bug report:              Bug report.             17.
2108 * image:                        media type.             15.
2109 * Informational:                hz-gb2312.              14.
2110 * Informational:                hz-gb2312.              19.
2111 * Informational:                iso-2022-jp-2.          10.
2112 * Informational:                iso-8859-7.             13.
2113 * Informational:                PGP.                    16.
2114 * Informational:                RFC 1557.               8.
2115 * Informational:                RFC 1922.               14.
2116 * internal method:              method.                 7.
2117 * Internet
2118 * Internet
2119 * ISO 2022:                     ISO 2022.               11.
2120 * ISO 646:                      ISO 646.                10.
2121 * ISO 8859-1:                   ISO 8859-1.             8.
2122 * ISO 8859-1:1987:              ISO 8859-1.             8.
2123 * ISO 8859-2:                   ISO 8859-2.             8.
2124 * ISO 8859-2:1987:              ISO 8859-2.             8.
2125 * ISO 8859-3:                   ISO 8859-3.             5.
2126 * ISO 8859-3:1988:              ISO 8859-3.             5.
2127 * ISO 8859-4:                   ISO 8859-4.             5.
2128 * ISO 8859-4:1988:              ISO 8859-4.             5.
2129 * ISO 8859-5:                   ISO 8859-5.             7.
2130 * ISO 8859-5:1988:              ISO 8859-5.             7.
2131 * ISO 8859-6:                   ISO 8859-6.             5.
2132 * ISO 8859-6:1987:              ISO 8859-6.             5.
2133 * ISO 8859-7:                   ISO 8859-7.             7.
2134 * ISO 8859-7:1987:              ISO 8859-7.             7.
2135 * ISO 8859-8:                   ISO 8859-8.             5.
2136 * ISO 8859-8:1988:              ISO 8859-8.             5.
2137 * ISO 8859-9:                   ISO 8859-9.             5.
2138 * ISO 8859-9:1990:              ISO 8859-9.             5.
2139 * iso-2022-jp:                  iso-2022-jp.            18.
2140 * iso-2022-jp-2:                iso-2022-jp-2.          10.
2141 * iso-8859-1:                   iso-8859-1.             5.
2142 * iso-8859-2:                   iso-8859-2.             5.
2143 * iso-8859-5:                   iso-8859-5.             5.
2144 * iso-8859-7:                   iso-8859-7.             13.
2145 * iso-8859-7:                   iso-8859-7.             5.
2146 * ISO/IEC 2022:1994:            ISO 2022.               11.
2147 * ISO/IEC 646:1991:             ISO 646.                10.
2148 * JIS
2149 * JIS        X 0201-1976::      JIS X0201.              10.
2150 * JIS C6220-1976:               JIS X0201.              9.
2151 * JIS C6226:1978:               JIS X0208.              18.
2152 * JIS X 0201:1996?        draft: JIS X0201.             18.
2153 * JIS X 0208:1996? draft:       JIS X0208.              32.
2154 * JIS X0201-1976:               JIS X0201.              10.
2155 * JIS X0201-1996?:              JIS X0201.              18.
2156 * JIS X0208-1978:               JIS X0208.              18.
2157 * JIS X0208-1983,1990:          JIS X0208.              23.
2158 * JIS X0208:1983,1990:          JIS X0208.              23.
2159 * JIS X0208-1996?:              JIS X0208.              32.
2160 * KS C 5601:1987:               KS C5601.               8.
2161 * KS C 5861:1992:               euc-kr.                 14.
2162 * KS C5601:                     KS C5601.               8.
2163 * media type:                   media type.             5.
2164 * message:                      media type.             25.
2165 * message header:               RFC 822.                6.
2166 * Message Transfer Agent:       MTA.                    5.
2167 * Message User Agent:           MUA.                    5.
2168 * message/rfc822:               message/rfc822.         5.
2169 * mime-setup:                   mime-setup.             6.
2170 * mule:                         MULE.                   19.
2171 * MULE:                         MULE.                   20.
2172 * multipart:                    media type.             23.
2173 * multipart:                    multipart.              5.
2174 * multipart/digest:             multipart/alternative.  5.
2175 * multipart/digest:             multipart/digest.       5.
2176 * multipart/encrypted:          Security multipart.     8.
2177 * multipart/parallel:           multipart/parallel.     5.
2178 * multipart/signed:             Security multipart.     6.
2179 * Multipurpose Internet Mail
2180 * pad:                          Base64.                 11.
2181 * parameter:                    Content-Type field.     21.
2182 * PGP:                          PGP.                    16.
2183 * PGP-kazu:                     PGP-kazu.               7.
2184 * PGP/MIME:                     PGP/MIME.               20.
2185 * Quoted-Printable:             Quoted-Printable.       5.
2186 * RFC 1036:                     RFC 1036.               9.
2187 * RFC 1153:                     RFC 1153.               16.
2188 * RFC 1468:                     iso-2022-jp.            18.
2189 * RFC 1489:                     koi8-r.                 13.
2190 * RFC 1554:                     iso-2022-jp-2.          10.
2191 * RFC 1557:                     RFC 1557.               8.
2192 * RFC 1806:                     Content-Disposition.    8.
2193 * RFC 1842:                     hz-gb2312.              14.
2194 * RFC 1843:                     hz-gb2312.              19.
2195 * RFC 1847:                     Security multipart.     12.
2196 * RFC 1896:                     text/enriched.          8.
2197 * RFC 1922:                     RFC 1922.               14.
2198 * RFC 1947:                     iso-8859-7.             13.
2199 * RFC 1991:                     PGP.                    16.
2200 * RFC 2015:                     PGP/MIME.               20.
2201 * RFC 2045:                     RFC 2045.               5.
2202 * RFC 2046:                     RFC 2046.               5.
2203 * RFC 2047:                     encoded-word.           7.
2204 * RFC 2047:                     encoded-word.           8.
2205 * RFC 2048:                     RFC 2048.               5.
2206 * RFC 2049:                     RFC 2049.               5.
2207 * RFC 821:                      RFC 821.                8.
2208 * RFC 822:                      RFC 822.                14.
2209 * RFC 934:                      RFC 934.                13.
2210 * RFC 959:                      FTP.                    8.
2211 * Security multipart:           Security multipart.     12.
2212 * SMTP:                         RFC 821.                5.
2213 * SMTP:                         RFC 821.                8.
2214 * Standards Track:              encoded-word.           8.
2215 * Standards Track:              PGP/MIME.               20.
2216 * Standards Track:              RFC 2045.               5.
2217 * Standards Track:              RFC 2046.               5.
2218 * Standards Track:              RFC 2048.               5.
2219 * Standards Track:              RFC 2049.               5.
2220 * Standards Track:              Security multipart.     12.
2221 * STD 10:                       RFC 821.                8.
2222 * STD 11:                       RFC 822.                14.
2223 * STD 9:                        FTP.                    8.
2224 * subtype:                      Content-Type field.     20.
2225 * subtype:                      media type.             8.
2226 * text:                         media type.             13.
2227 * text/enriched:                text/enriched.          8.
2228 * text/plain:                   text/plain.             5.
2229 * text/richtext:                text/enriched.          6.
2230 * tm \e$BBg@9$j\e(B package:            tm-MUA.                 8.
2231 * tm-gnus:                      tm-MUA.                 14.
2232 * tm-mh-e:                      tm-MUA.                 12.
2233 * tm-rmail:                     tm-MUA.                 20.
2234 * tm-setup:                     tm-setup.               5.
2235 * tm-vm:                        tm-MUA.                 18.
2236 * type:                         Content-Type field.     20.
2237 * type:                         media type.             7.
2238 * us-ascii:                     us-ascii.               13.
2239 * USENET:                       RFC 1036.               9.
2240 * video:                        media type.             19.
2241 * vm:                           setting for VM.         6.
2242 * XEmacs/mule:                  MULE.                   21.
2243 * x-token:                      media type.             29.
2244 data:                           7bit.                   8.
2245 data:                           8bit.                   8.
2246 Extensions:                     MIME.                   6.
2247 mail:                           RFC 822.                11.
2248 message:                        RFC 822.                11.
2249 method:                         method.                 8.
2250 string:                         8bit.                   12.
2251 tool:                           signature.              6.
2252 X0201:                          JIS X0201.              9.
2253
2254
2255 \1f
2256 File: tm-en.info, Node: Variable Index, Prev: Concept Index, Up: Top
2257
2258 Variable Index
2259 **************
2260
2261
2262 * Menu:
2263
2264 * mime-setup-default-signature-key: signature.          46.
2265 * mime-setup-signature-key-alist: signature.            30.
2266 * mime-setup-use-signature:     signature.              23.
2267 \1f\f
2268 Tag table:
2269 Node: Top\7f152
2270 Node: Introduction\7f583
2271 Node: Glossary\7f1260
2272 Node: 7bit\7f4683
2273 Node: 8bit\7f5615
2274 Node: 94 character set\7f6752
2275 Node: 96 character set\7f7025
2276 Node: 94x94 character set\7f7292
2277 Node: ASCII\7f7596
2278 Node: Base64\7f8026
2279 Node: binary\7f8620
2280 Node: Character Set\7f9210
2281 Node: cn-gb\7f9540
2282 Node: cn-big5\7f10026
2283 Node: CNS\7f10662
2284 Node: Coded character set\7f11343
2285 Node: Code extension\7f11670
2286 Node: Content-Disposition\7f12014
2287 Node: media type\7f12454
2288 Node: Content-Type field\7f13406
2289 Node: Emacs\7f14453
2290 Node: encoded-word\7f14687
2291 Node: encapsulation\7f15099
2292 Node: euc-kr\7f15394
2293 Node: FTP\7f15911
2294 Node: GB 2312\7f16196
2295 Node: GB 8565.2\7f16750
2296 Node: hz-gb2312\7f17213
2297 Node: ISO 2022\7f18022
2298 Node: iso-2022-cn\7f18601
2299 Node: iso-2022-cn-ext\7f19077
2300 Node: iso-2022-jp\7f19749
2301 Node: iso-2022-jp-2\7f20464
2302 Node: iso-2022-kr\7f20873
2303 Node: ISO 646\7f21306
2304 Node: ISO 8859-1\7f21966
2305 Node: iso-8859-1\7f22397
2306 Node: ISO 8859-2\7f22847
2307 Node: iso-8859-2\7f23281
2308 Node: ISO 8859-3\7f23731
2309 Node: ISO 8859-4\7f24048
2310 Node: ISO 8859-5\7f24365
2311 Node: iso-8859-5\7f24774
2312 Node: ISO 8859-6\7f25192
2313 Node: ISO 8859-7\7f25511
2314 Node: iso-8859-7\7f25915
2315 Node: ISO 8859-8\7f26438
2316 Node: ISO 8859-9\7f26757
2317 Node: ISO-IR-165\7f27074
2318 Node: JIS X0201\7f27589
2319 Node: JIS C6226\7f28383
2320 Node: JIS X0208\7f28676
2321 Node: JIS X0212\7f30559
2322 Node: koi8-r\7f30911
2323 Node: KS C5601\7f31409
2324 Node: message\7f31810
2325 Node: message/rfc822\7f32073
2326 Node: method\7f32450
2327 Node: MIME\7f32801
2328 Node: MIME charset\7f33790
2329 Node: MTA\7f34310
2330 Node: MUA\7f34524
2331 Node: MULE\7f34698
2332 Node: multipart\7f35552
2333 Node: multipart/alternative\7f36292
2334 Node: multipart/digest\7f36750
2335 Node: multipart/encrypted\7f37397
2336 Node: multipart/mixed\7f37727
2337 Node: multipart/parallel\7f38053
2338 Node: multipart/signed\7f38494
2339 Node: PGP\7f38790
2340 Node: PGP-kazu\7f39626
2341 Node: PGP/MIME\7f41113
2342 Node: Quoted-Printable\7f42146
2343 Node: RFC 821\7f42530
2344 Node: RFC 822\7f42810
2345 Node: RFC 934\7f43294
2346 Node: RFC 1036\7f43749
2347 Node: RFC 1153\7f44203
2348 Node: RFC 1557\7f44744
2349 Node: RFC 1922\7f45135
2350 Node: RFC 2045\7f45799
2351 Node: RFC 2046\7f46110
2352 Node: RFC 2048\7f46399
2353 Node: RFC 2049\7f46714
2354 Node: plain text\7f47028
2355 Node: Security multipart\7f47304
2356 Node: text/enriched\7f47937
2357 Node: text/plain\7f48379
2358 Node: tm-kernel\7f48859
2359 Node: tm-MUA\7f49364
2360 Node: us-ascii\7f49883
2361 Node: Setting\7f50549
2362 Node: mime-setup\7f51148
2363 Node: signature\7f51649
2364 Node: Notice about GNUS\7f53194
2365 Node: tm-setup\7f54070
2366 Node: setting for VM\7f54618
2367 Node: manual setting\7f54930
2368 Node: Bug report\7f55532
2369 Node: Concept Index\7f56965
2370 Node: Variable Index\7f67403
2371 \1f
2372 End tag table