
30 May
2002
30 May
'02
2:34 p.m.
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
CP1252 (WinLatin1) should be similar to ISO-8859-1 (Latin1). I'm running en_US locale which supports all those characters that it's trying to match. It should be okay right? Bustamam --- In Boost-Users@y..., "John Maddock" <john_maddock@c...> wrote: 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.