Re: [PHP-WIN] PHP COM encoding problems

2009-02-05 Thread Carl-Fredrik Gustafsson
Marco Schuster schrieb: 2009/2/4 Carl-Fredrik Gustafsson : Hi everyone, I have quite a problem using a COM-Object in PHP. The COM-Object connects to a database that's UTF-16 encoded and gets text-contents, that I want to process in PHP and write it back using the COM-Object. Unfortunately I

Re: [PHP-WIN] PHP COM encoding problems

2009-02-04 Thread Marco Schuster
2009/2/4 Carl-Fredrik Gustafsson : > Hi everyone, > > I have quite a problem using a COM-Object in PHP. > > The COM-Object connects to a database that's UTF-16 encoded and gets > text-contents, that I want to process in PHP and write it back using the > COM-Object. Unfortunately I cannot connect

[PHP-WIN] PHP COM encoding problems

2009-02-04 Thread Carl-Fredrik Gustafsson
Hi everyone, I have quite a problem using a COM-Object in PHP. The COM-Object connects to a database that's UTF-16 encoded and gets text-contents, that I want to process in PHP and write it back using the COM-Object. Unfortunately I cannot connect directly to the database, I have to use that