1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

Took out a line that might cause problems if you try and uuencode; there is no

uuencode support yet.
# Looks hard to do too; we need to buffer 45 chars
This commit is contained in:
Wez Furlong
2001-05-12 23:49:29 +00:00
parent b2703047ab
commit 2633261cc3

View File

@@ -1,4 +1,6 @@
/* charset=UTF-8 */
/* charset=UTF-8
* vim: encoding=utf-8:
* */
/*
* "streamable kanji code filter and converter"
@@ -5312,7 +5314,6 @@ mbfl_convert_filter_get_vtbl(enum mbfl_no_encoding from, enum mbfl_no_encoding t
if (to == mbfl_no_encoding_base64 ||
to == mbfl_no_encoding_qprint ||
to == mbfl_no_encoding_uuencode ||
to == mbfl_no_encoding_7bit) {
from = mbfl_no_encoding_8bit;
} else if (from == mbfl_no_encoding_base64 ||