php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11868 Improper character encoding
Submitted: 2001-07-04 05:13 UTC Modified: 2001-11-15 08:21 UTC
From: john at lerach dot cz Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.6 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: john at lerach dot cz
New email:
PHP Version: OS:

 

 [2001-07-04 05:13 UTC] john at lerach dot cz
I am using PHP, Apache 1.3 and MSSQL 2000 server via mssql_* functions. If I SELECT some text types with czech characters (ie š ž etc.) these characters are malformed. If I INSERT and SELECT these chars directly from browser, they seem to be OK in browser, but not in direct DB view, so I suppose it is caused by incompatible character encoding between Apache, PHP and MSSQL server.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-14 18:04 UTC] fmk@php.net
In the "MS SQL Server Client Network Utility" tool under "DB-Library Option" you can specify Automatic ANSI to OEM convertion.
Change this setting and your problem should be solved.
 [2001-11-15 08:21 UTC] john at lerach dot cz
Closed, thanx alot!!!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC