Re: base64 bug handling \r characters
Jacob Morzinski <[email protected]>
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
That actually looks more like a problem with the mac/dos/unix nature of the line endings, than like a problem with whitespace quoting. An appropriate use of fconfigure -translation might fix it, after someone looked into the issue deeply enough to determine if line endings are getting mangled on file-read or on file-write. -Jacob Morzinski On Thu, 23 Sep 2004 14:54:22 -0400, [email protected] <[email protected]> wrote: > The original file: > 0000000 % P D F - 1 . 4 \r \n % ä ö Ü ß \r > 5025 4644 312d 342e 0a0d e425 dcf6 0ddf [...] > What results from decoding the resulting base64: > 0000000 % P D F - 1 . 4 \n % ä ö Ü ß \n 1 > 5025 4644 312d 342e 250a f6e4 dfdc 310a