This bug is not fixed
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=196878

demo
 Code:
cls
? "Bug printing non-english symbols in the kixtart 4.60 - 4.63 and 4.64beta1"
?

? "Printing two symbols instead of one"
?
$a=chr(168)
$a

?
? "Normal printing two symbols"
?
$a=chr(168) + "*"
$a