Re: Cannot send UTF-8 chars to MSSQL 2008
Niklas Lampén <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
> Are you sure PHP is handling the charset correctly? Just a thought, if > PHP > is doing something to it before it ever gets handed off to the database > then > it would make sense that the DB is not getting it properly. Well, no. But it seems to me that data is converted to ISO_1, which is because of what MSSQL Server tells to FreeTDS. I'm hoping to get around this somehow. Niklas