Doug Turner wrote:
jml wrote:2. what is the "string"/"wstring"/"domstring" mean in XPCOM?
[...]
Doesn't "string" map to an us-ascii char* and "wstring" to a UTF-16 PRUnichar*?
These types map to the AString and ACString. Take a look at the nsEmbedString for a very light implementation of this virtual class.
--
Fiat iustitia et pereat mundus.
