ID: 28390 Comment by: pxcz at seznam dot cz Reported By: jpeng at numoda dot com Status: Open Bug Type: MSSQL related Operating System: NT PHP Version: 4.3.6 New Comment:
see bug #11868 Previous Comments: ------------------------------------------------------------------------ [2004-05-14 00:26:44] jpeng at numoda dot com Description: ------------ My Php is 4.3.6, under Apache server. When I do a selection from MSSQL2000 server, if there is a char like '�' in a field, after selection, it comes to '�'. I notice extended ascii code for '�' is 225, while html code á is '�'. (ß is '�'. html code id different from ascii code after 127) It looks like mssql_query() will convert all html code (>127) to extended ascii code. I don't know this is a bug or some hiddden setting for this situation. BTW, I use VB to do the same selection, it display the correct '�'. Thanks. jianbo ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28390&edit=1
