|
Boost : |
Subject: Re: [boost] [convert] coversion between strings with different locales
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2009-07-09 03:25:11
Some syntax errors
string str_out =convert<string>::from(convert<double>::from(str)(_locale=f))(_locale=t);
double d = convert<double>::from(str)(_locale=f);
string str_out = convert<string>::from(d)(_locale=d);
Thanks,
Vicente
----- Original Message -----
From: "vicente.botet" <vicente.botet_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Thursday, July 09, 2009 9:11 AM
Subject: [boost] [convert] coversion between strings with different locales
Hi,
I wanted to see how we can convert a double from a locale to another locale?
Should I write
double d =convert<string>::from(convert<double>::from(str)(_locale=f))(_locale=t);
or I need
double d = convert<double>::from(str)(_locale=f);
convert<string>::from(d)(_locale=d);
Or it si a better way?
Best,
_____________________
Vicente Juan Botet Escribá
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk