About character encoding (28May07 Markus)

CompleteSearch supports ISO-8859-1 and the multibyte character encoding UTF-8. UTF-8 is the default encoding with the following consequences:

We do the following depending on the defined encoding:

Note: The form attribute accept-charset

If the form attribute accept-charset is set to "UTF-8" the form variables are UTF-8 encoded before sent to server (even if the page encoding is not UTF-8).

The PHP Apache extension php_mbstring

The use of the mb_strtolower function (and other mb_ functions) requires the extension php_mbstring in php.ini:

In windows:
extension=php_mbstring.dll

or in linux:
extension=php_mbstring.so

(On geek, the mb_... functions were available by default, on Markus' laptop the line above had to be added.)

If this is the first extension you use be sure to have specified the location of the extension with the extension_dir directive.

= Testing with Selenium remote control (short: SeleniumRC)= There are two ways to use SeleniumRC:

This is the easiest way but only wotks with firefoy, that means no cross browser testing. You have to open the following url with Selenium IDE extension installed in your firefox browser: chrome://selenium-ide/content/selenium/TestRunner.html?baseURL=http://search.mpi-inf.mpg.de/markus_neu/&test=http://search.mpi-inf.mpg.de/markus/tests/TestSuite.html&auto=true