php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #37868 specifing client encoding at connect time or using separate function
Submitted: 2006-06-21 05:13 UTC Modified: 2006-11-11 00:44 UTC
From: lacak at users dot sourceforge dot net Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 5.1.4 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
1 + 41 = ?
Subscribe to this entry?

 
 [2006-06-21 05:13 UTC] lacak at users dot sourceforge dot net
Description:
------------
It will be very useful, if there will be possibility (other, than compile libmysql) specify client encoding during connection (in mysql_connect) or later for example using mysql_client_encoding([resource],'latin2');


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-11 00:44 UTC] tony2001@php.net
You can use mysql_query("SET CHARACTER SET <..>"); and mysql_query("SET NAMES <..>"); for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jul 08 21:01:29 2024 UTC