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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 19:01:28 2025 UTC