X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=e1045d38a8ab3b115c56640a8bc9de3214a9e3cf;hb=21597f4011977e682392aec4ad391a54bbf99212;hp=6d8691874e9e7599d42399b44fed84f6b3ff21e5;hpb=9337670bd021202018213a156c0083dd72902571;p=plcapi.git diff --git a/NEWS b/NEWS index 6d86918..e1045d3 100644 --- a/NEWS +++ b/NEWS @@ -38,13 +38,16 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. * improved: the testsuite has basic checks for the debugger and demo files -* fixed: the debugger would fail sending a request with ISO-8859-1 payload (it missed the character set declaration) +* fixed: the debugger would fail sending a request with ISO-8859-1 payload (it missed the character set declaration). + It would have a hard time coping with ISO-8859-1 in other fields, such as e.g. the remote method name -* fixed: the server would fail to decode a request with ISO-8859-1 payload and character set declaration in the xml prologue only +* fixed: the server would fail to decode a request with ISO-8859-1 payload and character set declaration in the xml prolog only -* fixed: the client would fail to decode a response with ISO-8859-1 payload and character set declaration in the xml prologue only +* fixed: the client would fail to decode a response with ISO-8859-1 payload and character set declaration in the xml prolog only -* fixed: the function decode_xml() would not decode an xml with character set declaration in the xml prologue +* fixed: the function decode_xml() would not decode an xml with character set declaration in the xml prolog + +* fixed: the client can now successfully call methods using ISO-8859-1 or UTF-8 characters in their name * improved: echo all debug messages even when there are characters in them which php deems in a wrong encoding (this is visible e.g. in the debugger)