On 3/31/2010 10:45 PM, Tharidu Fernando wrote:
> Hello,
> 
> When talking about i8n Unicode is preferable. However Microsoft have
> MBCS (Multibyte Character Set) also. Do I have to implement support for
> this?

For GSoC, I believe it would be reasonable to first implement the ASCII
functions, then the Unicode, and finally the locale aware versions.

> And also talking about 32bit and 64bit implementations what approach
> must be taken?

32-bit vs 64-bit should not have a significant impact on this project.
An HRESULT is a 32-bit value, a UCHAR is a 8-bit value, and a WCHAR is a
16-bit value.  size_t is defined by the platform.  As part of your
proposal you should recommend a plan.

Jeffrey Altman

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to