2013-12-22 12:13:19 -05:00
|
|
|
USING: help.markup help.syntax ;
|
|
|
|
IN: io.encodings.utf7
|
|
|
|
|
|
|
|
HELP: utf7
|
2014-03-12 23:08:15 -04:00
|
|
|
{ $values { "utf7codec" utf7codec } }
|
2014-01-11 06:53:51 -05:00
|
|
|
{ $description "Encoding descriptor for UTF-7 encoding." } ;
|
2013-12-22 12:13:19 -05:00
|
|
|
|
|
|
|
HELP: utf7imap4
|
2014-03-12 23:08:15 -04:00
|
|
|
{ $values { "utf7codec" utf7codec } }
|
2014-01-11 06:53:51 -05:00
|
|
|
{ $description "Encoding descriptor for the encoding UTF-7 modified for IMAP (see RFC 3501 5.1.3)." } ;
|