INI File Processing Improvements

Robert Shearman R.J.Shearman at warwick.ac.uk
Sat Jan 24 10:22:30 CST 2004


>
>
> "Robert Shearman" <R.J.Shearman at warwick.ac.uk> wrote:
>
> > Changelog:
> > - Use Win32 instead of Unix file functions
> > - Process files fully in Unicode
> > - Add Unicode file detection
>
> Further concerns:
>
> 1. You are duplicating too much unicode helpers already existing in
> wine_unicode and include/wine/unicode.h

There are no strnchrW and strnrchrW routines in unicode.h, so how do you
propose I rewrite memchrW and memrchrW?

> 2. Are you sure that Windows supports unicode .ini files at all?

Yes. I have and Windows2000 and above installer that uses
GetPrivateProfileString on Unicode text files to get its settings. I could
send you these files if you want.

Rob





More information about the wine-devel mailing list