[Tickets #4555] Re: ISO-8859-1 and mySQL issue - stripped characters

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Oct 26 02:25:45 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 02:25) wrote:

I tried to trace the query and I found this:
---
// Execute the query.
$result = $this->_db->query($query, $values);
---
And I tried echoing out the query, which gave me the insert query with the
values replaced by question marks (this was from the Kronolith). The values
array did include the correct letters (with åäö).
However, I didn't find the query method from $this->_db. Now I think I did
though, it uses the PHP built in DB-handler (DB.php and DB/mysql.php in my
case in the PHP share directory), or, no?

Anyway, this is really confusing...
Now I tried to insert an event and to my surprise it worked with these
letters... And I hadn't changed anything. The only thing that had changed,
that I know of, was my browser session but should that matter? Is the
server settings somehow stored in my session?




More information about the bugs mailing list