[PHP-WIN] PHP COM encoding problem

2009-02-04 Thread Carl-Fredrik Gustafsson
Hi everyone, I have quite a problem with a COM-Object in PHP. Following Situation: I have a COM-Object that connects to a UNICODE-encoded database, reads certain texts and returns them to PHP, where I process the text and send it back to the database via the COM-Object. Unfortunately I have to

[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

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 issues

2009-02-04 Thread Carl-Fredrik Gustafsson
Hi everyone, I have quite a problem with a COM-Object in PHP. Following Situation: I have a COM-Object that connects to a UNICODE-encoded database, reads certain texts and returns them to PHP, where I process the text and send it back to the database via the COM-Object. Unfortunately I have to