My OS is win2000, DB is mssql2000
When content inculde unicode chars in DB, I use PHP to select these content, it will convert these unicode chars to different one.
Such as :
in DB: ß-IFN
After selection: á-IFN
How can I handle this situation?
Thanks.
I know the answer now, here it is.
in Web server machine, we should in Microsoft SQL server -> Client network Utility -> DB-library Options, uncheck "Automatic ANSI to OEM conversion".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.