
26 Sep
2011
26 Sep
'11
3:40 p.m.
On Mon, Sep 26, 2011 at 6:53 AM, Danilo da Silveira Figueira
Hi folks,
I´m stuck with an problem, when i try pass an accentued string to exists method:
When i wrote in the code "C:\\ó.txt" and the file is under ANSI codification the function exists return true.
But when i ask the input to the user the function return false.
Ps: wstring in the basic_path template dont fix this.
If someone know how and have a time to help me i will be very grateful
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Which operating system? And what is the encoding when you ask for user input? Brian