File: README

package info (click to toggle)
swish%2B%2B 6.1.5-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,256 kB
  • ctags: 1,759
  • sloc: ansic: 11,931; lisp: 804; sh: 629; perl: 366; makefile: 80
file content (15 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===============================================================================
README for SWISH++ charsets
===============================================================================

The files in this directory handle some values for the charset parameter of the
Content-Type header (RFC 2045 section 5) used by the mail indexer, to wit: utf7
and utf8.

The values us-ascii and iso8859-1 are easily handled internally; other values
are currently not handled at all.

The reason these files are here in this subdirectory rather than in mod/mail is
because, some day, there may be a way to specify non-mail files that are in,
say, the UTF-8 character set to be decoded.  If this ever happens, then
additional non-mail decoders could be added to this subdirectory, e.g., UTF-16.