I have an e-mail body (char[] buffer, retrieved via POP3), it apparently uses some markup for ISO code pages, e.g. a subject like
Daß ißt ään schlümmer Test
is encoded as
=?iso-8859-1?Q?Da=DF_i=DFt_=E4=E4n_schl=FCmmer_TDest
Is there anything pre-made I can use to turn that into a (readable) CStringW?
(Environment: Win32, C++, VC2008.)