Hello, For this php code: sybase_connect($user, $pass, $serv, "iso_1") Why does CT try to connect as UTF-8? It does the same for this one too: sybase_connect($user, $pass, $serv, "iso-8859-1") but Sybase doesn't recognise the character set. Any ideas? Thanks.