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
--- 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
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
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