[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Merging quoted-printable functions
From: |
Alexander Pohoyda |
Subject: |
Merging quoted-printable functions |
Date: |
26 Dec 2003 18:40:17 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
I'm trying to merge three implementations of quoted-printable
routines.
1. mail/mail-utils.el
mail-(un)quote-printable (string)
2. gnus/qp.el
quoted-printable-{en,de}code-{region|string}
3. mail/rmail.el
rmail-decode-quoted-printable (region)
I would like to move GNUS functions into mail/mail-utils.el, because
they seem to be the best.
I would not like to append the mail- prefix, though. Is this OK?
Also, I would like quoted-printable-...-region functions to return the
resulting size, as their base64-...-region analogs do.
Any comments? Thank you.
--
Alexander Pohoyda <address@hidden>
PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44
- Merging quoted-printable functions,
Alexander Pohoyda <=