Re: Re: Charset conversion between locale and HTTP content
IKEDA Soji <[email protected]>
| Newsgroups | gmane.mail.sqwebmail |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 02 Feb 2004 20:59:50 -0500 Sam Varshavchik <[email protected]> wrote: > Ugh, this is a lot of ugly GNU code. > > I'd rather check if libcharset is installed, and compile against the > existing libcharset. If not, just provide no-op stubs; update documentation > to direct people to install libcharset if they need it. Changed: 1. If --with-libcharset option is specified, compile with installed libcharset. 2. If nl_langinfo(CODESET) is found, use it. 3. Otherwise, no charset conversion. o On (not older) Linux environments, nl_langinfo(CODESET) will give preferred MIME charset name. o Most of *BSD environments may require libcharset, since nl_langinfo(CODESET) function does not give preferred MIME name or lacks nl_langinfo(CODESET). FreeBSD 4.x & 5.x: libcharset included in ports/package libiconv >= 1.9.1_3 is required. --- nezumi
sqwebmail-3.6.2-system_charset-1.1.1.patch.gz
(application/x-gzip, 2.4 KB) - not displayed