io.encodings.utf7: documentation and metadata files

db4
Björn Lindqvist 2013-12-22 18:13:19 +01:00 committed by John Benediktsson
parent c286d91289
commit 797d73bb8c
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
Björn Lindqvist

View File

@ -0,0 +1 @@
UTF7 encoding/decoding

View File

@ -0,0 +1,8 @@
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)." } ;