Skip to content

Commit 53df8fd

Browse files
committed
Add B and Q codecs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130356 13f79535-47bb-0310-9956-ffa450edef68
1 parent a4894c0 commit 53df8fd

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

xdocs/index.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,26 @@ limitations under the License.
194194
Codec for RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One. Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet
195195
</td>
196196
</tr>
197+
<tr>
198+
<td width="150">
199+
<a href="apidocs/org/apache/commons/codec/net/BCodec.html">
200+
BCodec</a>
201+
</td>
202+
<td>
203+
The "B" encoding is identical to the Base64 encoding defined by <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and allows a character set to be specified.
204+
</td>
205+
</tr>
206+
<tr>
207+
<td width="150">
208+
<a href="apidocs/org/apache/commons/codec/net/QCodec.html">
209+
QCodec</a>
210+
</td>
211+
<td>
212+
The "Q" encoding is similar to the Quoted-Printable content-transfer-encoding defined in <a
213+
href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a>, designed to allow text containing mostly ASCII
214+
characters to be decipherable on an ASCII terminal without decoding.
215+
</td>
216+
</tr>
197217
</table>
198218
</subsection>
199219

0 commit comments

Comments
 (0)