v1.04-ng: plPanic, plchar_t and plstring_t added
Sixth Release of ng. Here are the changes:
- plPanic function added. This expands internal function plMTMemError and turns it into a proper fatal error handler.
- plchar_t type added. It makes Unicode characters easier to manage
- plstring_t type added. It makes Unicode strings easier to handle. It also makes determining string size a lot easier and efficient
Future release feature goals:
- New pl32-ustring module, which implements proper Unicode functions that work on top of the C Standard Library and are better than wchar
- New pl32-parse functions which take advantage of the new plstring_t Unicode strings