Comment 97 for bug 41179

Revision history for this message
In , Mh+mozilla (mh+mozilla) wrote :

(In reply to jhorak from comment #79)
> Thanks for feedback.
> The u"str" or NS_LL is char16_t*. I'm not sure if I can safely cast it to
> PRUnichar), can I?

Note you can't use u"" because that's only supported in c++11 mode, and we still support not building in that mode.