Scott Lanning wrote:#include "nsReadableUtils.h" /* for CopyUTF16toUTF8 */
Don't do that. Instead, use NS_UTF16ToCString with NS_CSTRING_ENCODING_UTF8: http://lxr.mozilla.org/seamonkey/source/xpcom/string/public/nsStringAPI.h#720
Thank you, that worked. :) _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
