$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2002-05-30 06:30:42
>I've compiled boost 1.28 and tried the regex++ regression testing on
>test1252.txt. It looks like it's failing on some of the input lines.
>
>I'm running Linux RH72.
That file tests extended character support (characters 128-255) in Microsoft
code page 1252, it will only succeed on an MS Windows machine with a
Western-European (or US) locale.
John.