]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
General cleanup.
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 4 Sep 2002 20:35:15 +0000 (20:35 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 4 Sep 2002 20:35:15 +0000 (20:35 +0000)
commit6381f2d66dd69c6b2d873b02dbf9e43b2020abc3
treee0ba3bed015bff7afe1d6d81279d0f9620a245a7
parentba690e8fe4926ffaa1a8addbb112eebd42713179
General cleanup.

According to the WikiRPC spec, all of the returned
string values (or at least those which might contain non-ascii characters)
need to be converted to UTF-8.  Then short strings (e.g. page names
and authors) are to be rawurlencode()d an returned as XML-RPC string
values, while long strings (e.g. page content) are to be returned as
XML-RPC base64 values.

A lot of this was being done inconsistently or not at all --- I've just
gone through and made sure everything gets properly encoded.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2318 96ab9672-09ca-45d6-a79d-3d69d39ca109
RPC2.php