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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lacak at users dot sourceforge dot net
New email:
PHP Version: OS:

 

 [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: Fri Jul 05 18:01:32 2024 UTC