thor918 - 2007-06-01

how do you set encoding to other than utf-8?

I tried this, but doesn't seem to work.
new phprpc_server(array('func1','func2','func3'), false, 'classname','iso-8859-1');

i'm trying to take a value and post it to php-rpc server class, and then save that text to a file in ansi format. it seems that the value I read off in php-rpc class is in utf-8.
because I can use utf8_decode on the string.