Summary
NPUTF8
is a byte representing an 8-bit unit of a UTF-8 character. This is not the same thing as an entire UTF-8 character, which may be comprised of multiple NPUTF8
bytes.
Syntax
typedef char NPUTF8;
Description
The NPUTF8
type is used in constructing UTF-8 strings for use by the plugin scripting API extension.