UTF-7 encoded strings

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yawnmoth

    UTF-7 encoded strings

    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...

  • Andy Hassall

    #2
    Re: UTF-7 encoded strings

    On 24 Oct 2005 23:12:14 -0700, "yawnmoth" <terra1024@yaho o.com> wrote:
    [color=blue]
    >Is there a way to convert normal strings to UTF-7 encoded strings? ie.
    >where < is +ADw-, where > is +AD4-, etc.?[/color]



    [color=blue]
    >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...[/color]

    Well, that encodes to UTF-8, which looks very different to UTF-7.
    --
    Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
    http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

    Comment

    Working...