Re: HELP!!! swt + mozilla

Doug Turner <[email protected]> Tue, 17 Dec 2002 11:32:27 -0800
Newsgroups gmane.comp.mozilla.devel.java,gmane.comp.mozilla.devel.embedding,gmane.comp.mozilla.devel.xpcom
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Christian Biesinger wrote:
> Doug Turner wrote:
> 
>> jml wrote:
>>
>>> 2. what is the "string"/"wstring"/"domstring" mean in XPCOM?
> 
> [...]
> 
>>
>> These types map to the AString and ACString.  Take a look at the 
>> nsEmbedString for a very light implementation of this virtual class.
> 
> 
> Doesn't "string" map to an us-ascii char* and "wstring" to a UTF-16 
> PRUnichar*?
> 
> 
Duh!  of course it does.  Sorry about that.

see Alec's doc section 8:
http://www.mozilla.org/projects/xpcom/string-guide.html

Doug