search for: charset_converted

Displaying 5 results from an estimated 5 matches for "charset_converted".

Did you mean: charset_convert
2008 Feb 26
0
Squirrelmail Problem on CentOS 4.4
Well, easy to solve for non-japaneses find /usr/share/squirremail/functions/mime.php if (!$charset_converted) {... <<< line 316 ... } <<< line 323 and do this (comment it out) /* if (!$charset_converted) {... <<< line 316 ... } <<< line 323 */ Dont know if we run in trouble if we get a japanese chars...
2007 May 16
1
Squirrelmail Problem on CentOS 4.4
...Sendmail/Dovecot and have been on this server since CentOS 4 came out. This could be any of so many things from PHP to IMAP, but mostly it seems to be some pathing problem.. just not sure where to begin. The only thing I am finding in apache error logs is this: PHP Notice: Undefined variable: charset_converted in /usr/share/squirrelmail/functions/mime.php on line 316, referer: http://domain_name_replaced_here_by_john.com/webmail/src/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=saved_email Which doesn't seem to have any affect on other users and looks like it refers to the...
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
--- src/libFLAC/bitreader.c | 4 ++-- src/libFLAC/bitwriter.c | 4 ++-- src/plugin_xmms/plugin.c | 2 +- src/share/utf8/charset.c | 1 + src/test_libFLAC++/encoders.cpp | 8 ++++---- src/test_libFLAC/decoders.c | 4 ++-- src/test_libFLAC/encoders.c | 8 ++++---- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/libFLAC/bitreader.c
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying the file audio_out.c as follows: original: #include <dlfcn.h> modified: #include <win32/include/dlfcn.h> I was able to (finally!) compile libao. Then I tried to compile the module vorbis-tools, but uninvited problems came to my party. [...] > /usr/bin/ld: multiple definitions of symbol _getopt >
2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems. I'm including a patch in this message, but I'll put the new files on my web site at http://rano.org/tmp/xiph_files.tar.gz I've tested this by running vorbiscomment with and without -DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work. Changed files: acinclude.m4: Add a test for nl_langinfo(CODESET). This