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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.