$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2006-07-02 18:11:06
Bo Persson wrote:
> "Marc Mutz" <marc_at_[hidden]> skrev i meddelandet 
> And in what locale should to_upper work? Swedish?
The global locale. You can replace with locale::global if you so desire.  Of 
course, I could add locale parameters to these functions, but that was one way 
to keep things simpler.  Whether it's worth adding the parameter is really a 
question of how frequently applications manipulate multiple locales at the 
same time.
Jeff