Also,

We'll need a AXIS2_CHAR() macro so that we can replace all 'c' with L'c'
when using the wchar mode.

Please note that we'll be experiencing a rather painless transaction from
char to wchar when using the methods mentioned above. Meaning that no
existing code will break due to this.

Regards,
Senaka

> Hi all,
>
> In order to have support for Unicode, we'll have to switch to wchar
> instead of char. And, replace the strxx() methods with wstrxx() methods.
> This is not that much of a trouble. However, the real issue is that we'll
> have to define all strings as L"string" instead of "string". Thus, I
> propose that we use a macro for this purpose, name AXIS2_STRING() for this
> purpose. Doing so, we can integrate wchar support to the existing source
> without disturbing it's present functionality.
>
> There are several users who've been interested in this feature, and I hope
> that this is a genuine requirement, when thinking about expanding our user
> base.
>
> Regards,
> Senaka
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to