Re: umlaut problem
Vilius Šumskas <[email protected]>
| Newsgroups | gmane.comp.horde.sync |
|---|---|
| Organization | LNK TV |
| Message-ID | <[email protected]> |
Sveiki, Thursday, January 28, 2010, 5:08:07 PM, you wrote: > Hi again! > 2010/1/28 Vilius Šumskas <[email protected]>: >> 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 -- sync mailing list - Join the hunt: http://horde.org/bounties/#sync Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]