On Fri, 2006-11-17 at 11:14 +0100, Martel Valgoerad wrote: > Are you absolutely sure you're using latest svn _incubator_ version of the > router? How is your include path set?
First I tried simply downloading the new version of web svn and replacing 0.2 library version with it, works otherwise fine but the character problem remains. Now I used svn checkout and as instructed the paths are set as follows set_include_path( 'D:/library/trunk/incubator/library' . PATH_SEPARATOR . 'D:/library/trunk/library' . PATH_SEPARATOR . get_include_path()); However with this no errors are written but nothing comes out, if I comment out the incubator part it produces output but characters are still a problem. Clearly I'm doing something wrong now. -- Teemu Valimaki <[EMAIL PROTECTED]>
