if i turn ASCII mode on

$rc = SetOption('Ascii', 'on')
$a = "администратор"
$b = "администратор!"
? $a + @CRLF + $b

the result is

0♦4♦<♦8♦=♦8♦A♦B♦@♦0♦B♦>♦@♦
рфьшэшёЄЁрЄюЁ!

as you see, it`s not better than in my first post