Is set
- Code: Select all
$params["output_encoding"] = "ISO-8859-1";
and also
- Code: Select all
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
setting the nickname by
- Code: Select all
$params["nick"] = 'äöü'
wont work

I also had no luck by using the php functions
- urlencoding
- rawurlencoding
- htmlspecialchars
- htmlentities
Then I resaved the file with Zend Studio as UTF-8 and tried the above combination, but nothing seems to work
Any idea ?!?!??
Thanx in advance !!!!