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
 [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: Sat Jul 27 00:01:30 2024 UTC