author | erikj |
Tue, 12 Sep 2017 19:03:39 +0200 | |
changeset 47216 | 71c04702a3d5 |
parent 14674 | jdk/test/java/util/Base64/plain.txt@be67058c3dc7 |
permissions | -rw-r--r-- |
14674
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
1 |
This test data is part of rfc2045 which includes all characters a~z A~Z, 0~9 and all symbols, |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
2 |
It is used to test java.util.Base64.Encoder, and will be encoded by org.apache.commons.codec.binary.Base64.java |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
3 |
to test java.util.Base64.Decoder; |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
4 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
5 |
Freed & Borenstein Standards Track [Page 1] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
6 |
RFC 2045 Internet Message Bodies November 1996 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
7 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
8 |
These documents are revisions of RFCs 1521, 1522, and 1590, which |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
9 |
themselves were revisions of RFCs 1341 and 1342. An appendix in RFC |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
10 |
2049 describes differences and changes from previous versions. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
11 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
12 |
Table of Contents |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
13 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
14 |
1. Introduction ......................................... 3 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
15 |
2. Definitions, Conventions, and Generic BNF Grammar .... 5 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
16 |
3. MIME Header Fields ................................... 8 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
17 |
4. MIME-Version Header Field ............................ 8 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
18 |
5. Content-Type Header Field ............................ 10 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
19 |
6. Content-Transfer-Encoding Header Field ............... 14 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
20 |
7. Content-ID Header Field .............................. 26 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
21 |
8. Content-Description Header Field ..................... 27 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
22 |
9. Additional MIME Header Fields ........................ 27 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
23 |
10. Summary ............................................. 27 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
24 |
11. Security Considerations ............................. 27 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
25 |
12. Authors' Addresses .................................. 28 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
26 |
A. Collected Grammar .................................... 29 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
27 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
28 |
Freed & Borenstein Standards Track [Page 7] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
29 |
RFC 2045 Internet Message Bodies November 1996 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
30 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
31 |
3. MIME Header Fields |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
32 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
33 |
MIME defines a number of new RFC 822 header fields that are used to |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
34 |
describe the content of a MIME entity. These header fields occur in |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
35 |
at least two contexts: |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
36 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
37 |
(1) As part of a regular RFC 822 message header. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
38 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
39 |
(2) In a MIME body part header within a multipart |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
40 |
construct. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
41 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
42 |
The formal definition of these header fields is as follows: |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
43 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
44 |
MIME-message-headers := entity-headers |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
45 |
fields |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
46 |
version CRLF |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
47 |
; The ordering of the header |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
48 |
; fields implied by this BNF |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
49 |
; definition should be ignored. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
50 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
51 |
MIME-part-headers := entity-headers |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
52 |
[ fields ] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
53 |
; Any field not beginning with |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
54 |
; "content-" can have no defined |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
55 |
; meaning and may be ignored. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
56 |
; The ordering of the header |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
57 |
; fields implied by this BNF |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
58 |
; definition should be ignored. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
59 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
60 |
The syntax of the various specific MIME header fields will be |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
61 |
described in the following sections. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
62 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
63 |
Freed & Borenstein Standards Track [Page 11] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
64 |
RFC 2045 Internet Message Bodies November 1996 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
65 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
66 |
5.1. Syntax of the Content-Type Header Field |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
67 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
68 |
In the Augmented BNF notation of RFC 822, a Content-Type header field |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
69 |
value is defined as follows: |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
70 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
71 |
content := "Content-Type" ":" type "/" subtype |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
72 |
*(";" parameter) |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
73 |
; Matching of media type and subtype |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
74 |
; is ALWAYS case-insensitive. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
75 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
76 |
type := discrete-type / composite-type |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
77 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
78 |
discrete-type := "text" / "image" / "audio" / "video" / |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
79 |
"application" / extension-token |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
80 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
81 |
composite-type := "message" / "multipart" / extension-token |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
82 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
83 |
extension-token := ietf-token / x-token |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
84 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
85 |
ietf-token := <An extension token defined by a |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
86 |
standards-track RFC and registered |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
87 |
with IANA.> |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
88 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
89 |
x-token := <The two characters "X-" or "x-" followed, with |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
90 |
no intervening white space, by any token> |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
91 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
92 |
subtype := extension-token / iana-token |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
93 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
94 |
iana-token := <A publicly-defined extension token. Tokens |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
95 |
of this form must be registered with IANA |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
96 |
as specified in RFC 2048.> |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
97 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
98 |
parameter := attribute "=" value |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
99 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
100 |
attribute := token |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
101 |
; Matching of attributes |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
102 |
; is ALWAYS case-insensitive. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
103 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
104 |
value := token / quoted-string |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
105 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
106 |
token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
107 |
or tspecials> |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
108 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
109 |
tspecials := "(" / ")" / "<" / ">" / "@" / |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
110 |
"," / ";" / ":" / "\" / <"> |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
111 |
"/" / "[" / "]" / "?" / "=" |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
112 |
; Must be in quoted-string, |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
113 |
; to use within parameter values |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
114 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
115 |
description := "Content-Description" ":" *text |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
116 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
117 |
encoding := "Content-Transfer-Encoding" ":" mechanism |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
118 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
119 |
entity-headers := [ content CRLF ] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
120 |
[ encoding CRLF ] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
121 |
[ id CRLF ] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
122 |
[ description CRLF ] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
123 |
*( MIME-extension-field CRLF ) |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
124 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
125 |
hex-octet := "=" 2(DIGIT / "A" / "B" / "C" / "D" / "E" / "F") |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
126 |
; Octet must be used for characters > 127, =, |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
127 |
; SPACEs or TABs at the ends of lines, and is |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
128 |
; recommended for any character not listed in |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
129 |
; RFC 2049 as "mail-safe". |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
130 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
131 |
RFC 2045 Internet Message Bodies November 1996 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
132 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
133 |
must be used. An equal sign as the last character on a |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
134 |
encoded line indicates such a non-significant ("soft") |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
135 |
line break in the encoded text. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
136 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
137 |
Thus if the "raw" form of the line is a single unencoded line that |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
138 |
says: |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
139 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
140 |
Now's the time for all folk to come to the aid of their country. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
141 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
142 |
This can be represented, in the Quoted-Printable encoding, as: |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
143 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
144 |
Now's the time = |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
145 |
for all folk to come= |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
146 |
to the aid of their country. |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
147 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
148 |
Since the hyphen character ("-") may be represented as itself in the |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
149 |
Quoted-Printable encoding, care must be taken, when encapsulating a |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
150 |
quoted-printable encoded body inside one or more multipart entities, |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
151 |
to ensure that the boundary delimiter does not appear anywhere in the |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
152 |
encoded body. (A good strategy is to choose a boundary that includes |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
153 |
a character sequence such as "=_" which can never appear in a |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
154 |
quoted-printable body. See the definition of multipart messages in |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
155 |
RFC 2046.) |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
156 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
157 |
!"#$@[\]^`{|}~% |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
158 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
159 |
Freed & Borenstein Standards Track [Page 24] |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
160 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
161 |
RFC 2045 Internet Message Bodies November 1996 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
162 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
163 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
164 |
Table 1: The Base64 Alphabet |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
165 |
|
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
166 |
Value Encoding Value Encoding Value Encoding Value Encoding |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
167 |
0 A 17 R 34 i 51 z |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
168 |
1 B 18 S 35 j 52 0 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
169 |
2 C 19 T 36 k 53 1 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
170 |
3 D 20 U 37 l 54 2 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
171 |
4 E 21 V 38 m 55 3 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
172 |
5 F 22 W 39 n 56 4 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
173 |
6 G 23 X 40 o 57 5 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
174 |
7 H 24 Y 41 p 58 6 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
175 |
8 I 25 Z 42 q 59 7 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
176 |
9 J 26 a 43 r 60 8 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
177 |
10 K 27 b 44 s 61 9 |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
178 |
11 L 28 c 45 t 62 + |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
179 |
12 M 29 d 46 u 63 / |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
180 |
13 N 30 e 47 v |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
181 |
14 O 31 f 48 w (pad) = |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
182 |
15 P 32 g 49 x |
be67058c3dc7
8004088: hg push for bug#4235519 failed to push all files
sherman
parents:
diff
changeset
|
183 |
16 Q 33 h 50 y |