$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-11-19 03:07:10
See attached. There was off-by-one error when detecting whether character is
valid or not. As the result the code considered 0x7FFFFFFF to be invalid
character.
- Volodya