views:

642

answers:

1

I have the string which that encoded in quoted-printable. How do I decode this in php?

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum felis =
pede, vestibulum et, ullamcorper in, ultrices eget, metus. Suspendisse in n=
ulla. Sed justo. Donec dapibus auctor neque. Pellentesque faucibus ante nec=
 metus. Vivamus feugiat, velit rhoncus semper suscipit, libero augue venena=
tis leo, nec ornare nulla elit eget diam. Nullam sollicitudin.
+3  A: 

This should help: http://us2.php.net/quoted_printable_decode

Eimantas
hrmph... I had tried this function. Unfortunately a bug somewhere else led me to believe this function didn't work. It works it my tests now though.
Zoredache