#include <sml.h>
Public Attributes | |
| char * | name |
| UINT32 | value |
| char * | desc |
These are meant to be statically defined and normally use (char*) in the ASCII range. Since there are a few cases where we need Unicode, interpret the name and desc as UTF8. This will cause no change for statically defined strings, as they're all chars < 128. In the few places where we need to make one Unicode, convert it to UTF8 and store that.
Definition at line 1251 of file sml.h.
|
|
|
|
|
|
|
|
|
1.3.4-20031026