[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -fshort-wchar in g++ (wstring & wchar_t)
From: |
Vinu |
Subject: |
Re: -fshort-wchar in g++ (wstring & wchar_t) |
Date: |
4 Aug 2005 22:40:04 -0700 |
User-agent: |
G2/0.2 |
I recompiled my program,
One thing i can't remove that `-fshort-wchar' option one of my
library is using this option.
When i tried to run my program the str contains a extra \0 in between
like "Point No \0.\0 One". Rest of the program is not expecting this
\0. Because of this \0 some other variable is storing the string till
the first \0. But I wan the complete string Like "Point No .
One\0".
Can u suggest some way of getting it?
Thanks & Regards
--Vinu