From: Andrei Zmievski Date: Tue, 17 Oct 2006 21:57:22 +0000 (+0000) Subject: Don't mention http_input_encoding converter as it won't be used anymore X-Git-Tag: RELEASE_1_0_0RC1~1263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f16f718cfb9723e685cbf0c56e97d817a02a65b3;p=php Don't mention http_input_encoding converter as it won't be used anymore soon. --- diff --git a/README.UNICODE-UPGRADES b/README.UNICODE-UPGRADES index 1158a682f2..ea81bf0e35 100644 --- a/README.UNICODE-UPGRADES +++ b/README.UNICODE-UPGRADES @@ -599,9 +599,6 @@ Additional converters will be optionally initialized depending on INI settings: UG(script_encoding_conv) - unicode.script_encoding . Scripts read from disk will be decoded using this converter - UG(http_input_encoding_conv) - unicode.http_input_encoding - . HTTP Request data ($_GET / $_POST) will be decoded using this converter - UG(filesystem_encoding_conv) - unicode.filesystem_encoding . Filenames and paths will be encoding using this converter