Please tell me, which is better either BASE64 or Quoted-Printable.

Hello all.Does anyone tell me, Which is better on MIME either BASE64 or Quoted-Printable?I'm not so familiar with MIME.Any Opinion will be appreciated.Thanks.p.s.excuse me for my english.
[244 byte] By [K.Tomono] at [2007-9-26 2:44:14]
# 1

BASE64 is better for encoding a binary file, such as gifs, etc...

Quoted-printable is better for ASCII files with some extra chars, such as newlines, =, $, etc..., this algorithm encode only that chars, leaving all other chars unchanged..

look at http://pages.prodigy.net/michael_santovec/decode.htm for further information

fede8200 at 2007-6-29 10:24:09 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...