[Tickets #3746] illegal utf-8 sequence when using Finnish language
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Apr 11 01:13:54 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 | Jan Schneider <jan 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 |
-----------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2006-04-11 01:13) wrote:
Try this instead (in a console):
<?php
setlocale(LC_ALL, 'fi_FI.UTF-8');
$localeinfo = localeconv();
var_dump($localeinfo['thousands_sep']);
and add header('text/plain; charset="utf-8"') if viewing in a browser.
More information about the bugs
mailing list