From e9a7d7a25a7d06864739ad967281799f393fc19b Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Thu, 3 Jan 2002 01:57:48 +0000 Subject: [PATCH] - Fix #13873. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66741 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/wddx.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/functions/wddx.xml b/functions/wddx.xml index 16102a44cd..d0339d7401 100644 --- a/functions/wddx.xml +++ b/functions/wddx.xml @@ -1,5 +1,5 @@ - + WDDX Functions WDDX @@ -15,8 +15,15 @@ and . + + + If you want to serialize non-ASCII characters you have to set + the appropriate locale before doing so (see + setlocale). + + - Note that all the functions that serialize variables use the first + All the functions that serialize variables use the first element of an array to determine whether the array is to be serialized into an array or structure. If the first element has string key, then it is serialized into a structure, otherwise,