php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8387 Incorrect charset
Submitted: 2000-12-23 03:09 UTC Modified: 2001-01-04 12:54 UTC
From: almaz at mailru dot com Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.4 OS: Windows-2000
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: almaz at mailru dot com
New email:
PHP Version: OS:

 

 [2000-12-23 03:09 UTC] almaz at mailru dot com
I'm using Russian locales.
Now MSSQL7 functions returns data in OEM charset (CP866) instead of native Windows (1251).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-23 03:18 UTC] almaz at mailru dot com
Now MSSQL functions return data in OEM charset instead of native Windows. I am using Russian locales.
 [2001-01-04 12:54 UTC] fmk@php.net
This is configureable on the server or where you create the client network configuration.
On the maschine running php you can start the program "Client Network Utility", select the Tab "DB-Library options". Here you can enable or disable "Automatic ANSI to OEM conversion".

I could add a new function mssql_setopt where this type of option could be handled by the script.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC