[Tickets #1052] Re: Sidebar, Problem with umlaut (ä,ö,..) in IE
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue May 22 13:41:52 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1052
-----------------------------------------------------------------------
Ticket | 1052
Updated By | thomas.jarosch at intra2net.com
Summary | Sidebar, Problem with umlaut (ä,ö,..) in IE
Queue | Horde Base
Version | 3.0
Type | Bug
State | Feedback
Priority | 2. Medium
Owners | Jan Schneider
-----------------------------------------------------------------------
thomas.jarosch at intra2net.com (2007-05-22 06:41) wrote:
> Which charset is your interface using?
ISO-8559-1.
Horde_Serialize::serialize(SERIALIZE_JSON) converts the input to UTF-8
anway.
I was using a PCRE version without utf-8 support and so the following
function call failed:
preg_match_all("/(.{1})/su", $var, $m);
This function is used to split a string into utf-8 characters. I've got it
working now but maybe we need some kind of fallback code here.
More information about the bugs
mailing list