[Tickets #4555] Re: ISO-8859-1 and mySQL issue - stripped characters
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Oct 26 00:36:35 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4555
-----------------------------------------------------------------------
Ticket | 4555
Updated By | thomas at conzignus.se
Summary | ISO-8859-1 and mySQL issue - stripped characters
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Feedback
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
thomas at conzignus.se (2006-10-26 00:36) wrote:
Stipping is done before writing to the DB - the DB field only contains the
"Sm" in "Smörgåsbord".
I've tried making a print_f($_POST) when this occur and the result is
correct, although it is UTF8 encoded in IE, FireFox displays it
correctly.
When converted in the $values array this it is correct in both browsers.
I haven't found where the function $this->_db->query is executed in the
libraries so I haven't seen the SQL query yet. That might help since what
goes in that function seem to be correct.
> Looks good. When is the stripping happening? While writing to the DB
> or reading from it, i.e. is the data stored correctly in the database?
More information about the bugs
mailing list