I am using Drupal 6.20 (it was the same with D 6.19 too).
I got rid of "htmlspecialchars(): Invalid multibyte sequence in argument in /PATH/includes/bootstrap.inc on line 857" warning by replacing check_plain function with the same function from Drupal 6.16 bootstrap.inc file.
Respectively, I replaced this