[android-developers] Need Help: Is widestrings like LString allowed in Android?

2009-11-13 Thread Latha Shivanna
Hii All Does anybody know about the behavoir of Android’s compiler for target on wide strings like L”string” ?? I have a piece of code like this: Unsigned short* TESTWSTRING[] = { L.jpg”, L”.txt” }; Will TESTWSTRING[0] TESTWSTRING[1] be widestrings ? In Win32, memory used

Re: [android-developers] Need Help: Is widestrings like LString allowed in Android?

2009-11-13 Thread swapnil kamble
Why do you need that ? You dont need provide L . On Fri, Nov 13, 2009 at 2:15 PM, Latha Shivanna latha...@gmail.com wrote: Hii All Does anybody know about the behavoir of Android’s compiler for target on wide strings like L”string” ?? I have a piece of code like this: Unsigned short*