Boost logo

Boost Users :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-05-31 06:39:58


>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?

Similar isn't the same as "the same as". To get the regression test program
to work with that file one would probably have to add a call to:

setlocale(LC_ALL,"");

somewhere as well. But doing that could break the main set of tests on some
platforms (as these require the C locale). No-one said this was going to be
easy...

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net