Voting

: one minus one?
(Example: nine)

The Note You're Voting On

hgs at cs dot columbia dot edu
4 years ago
In Q encoding mode, RFC 2047 encodes spaces as _ (Section 4.2).

mb_decode_mimeheader()

does not appear to do this. Thus, to avoid names or subjects with underscores, one needs to apply strtr() or similar function to the input string.

On the other hand, lower-case strings do now work correctly.

<< Back to user notes page

To Top