From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac To: Christopher Baines , guile-email@systemreboot.net Subject: Re: [guile-email] more decoding errors In-Reply-To: <874l0xquvx.fsf@cbaines.net> References: <874l0xquvx.fsf@cbaines.net> Date: Sat, 28 Sep 2019 13:42:32 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: Message-ID: <20190928081232.6I_WqVbVDVq3p5yuptbewdx8yrZQpggD-T4xQuDmFm0@z> --=-=-= Content-Type: text/plain Hi, Thanks for the bug report! > From: =?UTF-8?Q?Ludovic_Court=E8s?= This MIME encoded word is incorrectly encoded. UTF-8 is declared as the encoding, while actually ISO-8859-1 has been used. > I'm still not exactly sure why, some experimenting shows that the > following decodes to what I guess is the intended text: > > Ludovic_Court=C3=A8s Yes, this is the correct encoding. > Similarly to the recent changes, specifying 'substitute as the third > argument to bytevector->string at least avoids crashing in this case. Indeed, the substitute conversion strategy is the only correct way to proceed. I've made this change and pushed to master. https://git.systemreboot.net/guile-email/commit/?id=9d82904011516530b6ef1bcd53cef220db485e7a I'm ok with having another bugfix release, but I think we should wait a week or two in case more bugs are found. WDYT? Regards, Arun. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl2PFf8ACgkQLiXui2GA K7Nf3Af8COuq3FlwH1gMA2OW9KDc84+kMMytvt+XRPS4ehb917e9oDH/3ihEUfNj J/jH/sUw3hvY9EwxiQ5mnTFphJgaIB1MDdapqlackCOZGHBW3e1GACLvxoI8kNtf 0m7j3QN8MQqZymjsI238obo/pWnLI2le6/IFPDlCrY8rtNTIbeQUrTjlxE5eIqCW rDE+unf6zU1YULUz9mAEvl1l4QdV5XK9qziWoYGOkU5j9rBbeDOmhQqgF2aDmYbj +OMH9q7mXCL6hN4VkznxiFKVntBTUvFIOJ47YKEbLABARMkK2GAPql25Mnk1GjXa zHOAwW5zhLNFjLuKOUtiOO84S1mCOQ== =hIfS -----END PGP SIGNATURE----- --=-=-=--