-- Warning: May contain traces of nuts. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform
Can we guarantee UTF16 literals using MOZ_UTF16("wide string here")
these days? I'm just reviewing a patch and it's using the old-style
NS_LITERAL_STRING("wide string here").get() pattern all over.
- UTF16 literals Neil
- Re: UTF16 literals Mike Hommey