Alexey Kakunin wrote:
Hm... does it mean that XPCOM interfaces is not a Unicode interfaces? It is possible to use unicode in XPCOM project?

Use wstring (or AString or AUTF8String). string is indeed not a unicode type, it is only for ASCII strings. wstring and AString refer to UTF-16 strings. Prefer AString over wstring, since it supports string sharing and can thus reduce copying.

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

Reply via email to