SYNOPSIS
#include <courier-unicode.h>
DESCRIPTION
This library implements several algorithms related to the m[blue]Unicode Standardm[][1]. This library uses m[blue]iconv(3)m[][2] to convert text in a given character set to unicode. Any character set displayed by iconv --list can be specified for the corresponding character set parameter. Additionally, courier-unicode.h defines a special character string unicode_x_imap_modutf7 that specifies the pseudo-character set for the modified-UTF7 encoding used in IMAP. This string can also be appended by a space, and up to fifteen additional US-ASCII characters. The resulting character set also encodes these additional characters, in addition to unicode characters, with modified-UTF7.
AUTHOR
Sam Varshavchik
- Author
NOTES
- 1.
- Unicode Standard
- 2.
-
iconv(3)