Is there a way to convert normal strings to UTF-7 encoded strings? ie.
where < is +ADw-, where > is +AD4-, etc.?
I was thinking that utf8_encode might encode something similar enough
to UTF-8 for my purposes, but upon using it, utf8_encode doesn't seem
to "encode" anything...