Modified the character strings encoding to intialize character strings with NULLs at the end. Changed device object demo to use ANSI X34 only. Fixed bug in WriteProperty for Device Object Name.
This commit is contained in:
@@ -729,7 +729,7 @@ typedef enum
|
||||
|
||||
typedef enum
|
||||
{
|
||||
CHARACTER_ANSI = 0,
|
||||
CHARACTER_ANSI_X34 = 0,
|
||||
CHARACTER_MS_DBCS = 1,
|
||||
CHARACTER_JISC_6226 = 2,
|
||||
CHARACTER_UCS4 = 3,
|
||||
|
||||
Reference in New Issue
Block a user