[Tickets #3746] illegal utf-8 sequence when using Finnish language
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Apr 10 20:41:03 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3746
-----------------------------------------------------------------------
Ticket | 3746
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | illegal utf-8 sequence when using Finnish language
Queue | IMP
Version | 4.1
State | Feedback
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2006-04-10 20:41) wrote:
Weird - I can't reproduce this on my system. Running this PHP script:
<?php
setlocale(LC_ALL, 'fi_FI');
$localeinfo = localeconv();
var_dump($localeinfo['thousands_sep']);
Gives me:
string(1) " "
More information about the bugs
mailing list