9 lines
261 B
Factor
9 lines
261 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: io.encodings.utf7
|
||
|
|
||
|
HELP: utf7
|
||
|
{ $class-description "Encoding descriptor for UTF-7 encoding." } ;
|
||
|
|
||
|
HELP: utf7imap4
|
||
|
{ $class-description "Encoding descriptor for the encoding UTF-7 modified for IMAP (see RFC 3501 5.1.3)." } ;
|