[sync] umlaut problem
Vilius Šumskas
vilius at lnk.lt
Thu Jan 28 15:56:39 UTC 2010
Sveiki,
Thursday, January 28, 2010, 5:08:07 PM, you wrote:
> Hi again!
> 2010/1/28 Vilius Šumskas <vilius at lnk.lt>:
>> Next step would be try debugging input and output of the Horde's String::convertCharset() function. It is in String.php.
> How do i do that?
> in String.php i see
> $GLOBALS['_HORDE_STRING_CHARSET'] = 'iso-8859-1';
> is that correct?
This function is used everywhere where Horde sends and retrieves
data to/from database that may contain non-ascii characters. For example your name in
Portal screen.
echo $input;
at start of the function and
echo $input;
before the function return should do it.
Please note that this will could output a lot of noise to the Horde
UI, so do not do this on production environment.
--
Best regards,
Vilius
More information about the sync
mailing list