Don't mention http_input_encoding converter as it won't be used anymore

soon.
This commit is contained in:
Andrei Zmievski 2006-10-17 21:57:22 +00:00
parent a8cf0c045d
commit f16f718cfb

View File

@ -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