|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-02-02 19:42 UTC] dukiii at yahoo dot com
[2020-12-14 12:09 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2020-12-14 12:09 UTC] cmb@php.net
[2020-12-27 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
Description: ------------ I have some Russian text in mssql, with fieldtype nvarchar(50). This text shows correctly in microsoft tools, such as ms sql server management studio express. Querying the data with ODBC [ odbc_connect("DRIVER={SQL Server};Server=<ip>;Database=<db>;Charset=UTF-8",<user>,<pass>); ] results in questionmarks apart from ASCII characters in the same contents. (Such as "test ????") I've tried setting collates, languages and such in SQL server and in queries (SET LANGUAGE N'Russian'). Wiresharking the data from webserver (IIS) to browser shows that it's questionmarks and not just being rendered wrong. Expected result: ---------------- test ремен Actual result: -------------- test ?????