Цитата:
Added CharsetDistiller class
Sanitize input data and convert it into UTF-8
CharsetDistiller receives input data one byte at a time and converts this data stream from a particular character set into UTF-8. Invalid input data is treated as if it was encoded in CP1252. Character set conversion is performed as soon as possible, i.e., when enough input is received to constitute a valid character in the input character set, this character is immediatly converted into UTF-8 and made available at the output.
Make put_rx_char_flmain() use charsetDistiller
Make put_echo_char() use CharsetDistilled
Make pskBrowser use CharsetDistiller
каким образом ЭТО использовать ?