Re: [PHP-DB] character problem with mssql

2003-12-06 Thread Nikos Gatsis
If problem is in your database use htmlentities(). It while translate all characters to HTML entities (check PHP manual). Else you should check web page's character code. Nikos > Hi; > > I use php and mssql. I have got a character problem. I must use turkish > chracters. When I select datas from d

Re: [PHP-DB] character problem with mssql

2003-12-04 Thread Karsten Eichentopf
Hi, the problem is you use a different codepage for all those characters. If you use a char(100) in MSSQL it will be single byte and connected to a codepage used by this database. You than can only use chars that reside in this code page. This is true for MySQL as well. MSSQL has the nChar(100)

Re: [PHP-DB] character problem with mssql

2003-12-04 Thread Ng Hwee Hwee
l Message - From: "Gamze Başaran" <[EMAIL PROTECTED]> To: "Ng Hwee Hwee" <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 3:17 PM Subject: RE: [PHP-DB] character problem with mssql > Hi; > First of all thanks for your concern. No I'm not use an

Re: [PHP-DB] character problem with mssql

2003-12-03 Thread Ng Hwee Hwee
hi, i had the same problem a while ago with japanese characters. are you using a turkish OS or turkish application to insert your data? for me, what happened was i was given a file from a colleague who was using japanese OS and japanese version of excel. when he passed me the data, i opened it in