Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Encoded lines in email, parsing/decoding in Rebol?

From: mat::plothatching::com at: 30-Apr-2002 11:31

Folks, I got this parsed out of an E-mail as a name. Manually, of course, since import-email doesn't save the real name. =?ISO-2022-JP?B?GyRCTlM4NhsoQiAbJEJNNUc3GyhC? This appears to be a Japanese name specified on the From: line with a Japanese character set. I didn't even know you could do this! For my application I need to display the name on a web page, which is fine my HTML will select the right character set. But does anyone know how to turn the above into the real sequence that will be printable into a HTML page? Regards, Mat Bettinson