RE: [PHP] Convert UTF-8 to windows-874?

2006-09-28 Thread Peter Lauri
I think I am on the right track right now. There is a function mb_convert_encoding() that could be used. However, I have not found out how to code windows-874? Warning: mb_convert_encoding(): Unknown encoding ISO-8859-11 in D:\webserver\viphavadee\sms\classes\sms.class.php on line 17 Was one of

RE: [PHP] Convert UTF-8 to windows-874?

2006-09-28 Thread Peter Lauri
-Original Message- From: Peter Lauri [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 7:16 PM To: 'Peter Lauri'; 'PHP General' Subject: RE: [PHP] Convert UTF-8 to windows-874? I think I am on the right track right now. There is a function mb_convert_encoding() that could be used

RE: [PHP] Convert UTF-8 to windows-874?

2006-09-28 Thread Richard Lynch
I think that the iconv function/package may have what you are looking for... This is just a parrot of previous answers to similar questions. I have no personal knowledge... You could also contact the Thai folks and find out if there is anything close enough to Windows-874 to use. From my

RE: [PHP] Convert UTF-8 to windows-874?

2006-09-28 Thread Peter Lauri
Iconv did it for me, a great thanks!!! /Peter -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 11:12 PM To: Peter Lauri Cc: 'PHP General' Subject: RE: [PHP] Convert UTF-8 to windows-874? I think that the iconv function/package may have