Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PRUnichar

An unsigned 16-bit type, like char in Java or the "characters" of a JavaScript string defined in /mozilla/xpcom/base/nscore.h.

Syntax

#if defined(NS_WIN32)
  typedef wchar_t PRUnichar;
#else
  typedef PRUInt16 PRUnichar;
#endif

Document Tags and Contributors

 Contributors to this page: teoli, Jorend, Kennyluck
 Last updated by: teoli,