Re: Of wchar_t and WCHAR and incompatibilities....

2003-12-28 Thread Troy Rollo
On Fri, 26 Dec 2003 05:50, Subhobroto Sinha wrote: > As a result, Unicode strings on Windows are unsigned long arrays and thus I > had to convert them into glibc's own wchar_t format using a hack like > this: > void ConvertWCHARTo_wchar_t(const WCHAR* wszIn,wchar_t* wszOut) > { >if(wszIn) while

Re: Of wchar_t and WCHAR and incompatibilities....

2003-12-26 Thread Steven Edwards
--- Dan Kegel <[EMAIL PROTECTED]> wrote: > Subhobroto Sinha wrote: > > As most of you might be aware, I and Robert are progressing with a > Start Menu. > > Yay! > > > However, I had to write a .lnk parser for it and till date, I made > it compatible ONLY with UTF-8 and thus did not require to use

Re: Of wchar_t and WCHAR and incompatibilities....

2003-12-26 Thread Dan Kegel
Subhobroto Sinha wrote: As most of you might be aware, I and Robert are progressing with a Start Menu. Yay! However, I had to write a .lnk parser for it and till date, I made it compatible ONLY with UTF-8 and thus did not require to use glibc's Unicode functions. I'm personally a huge fan of Unico

Of wchar_t and WCHAR and incompatibilities....

2003-12-25 Thread Subhobroto Sinha
As most of you might be aware, I and Robert are progressing with a Start Menu. All the functionality is there now (except menu icons, and shell namespaces..). However, I had to write a .lnk parser for it and till date, I made it compatible ONLY with UTF-8 and thus did not require to use glibc's