Changed WhoHas and I-Have to use CharacterString instead of forcing ANSI X34 and C Strings. Affected all demos and ports object name, so I changed the object name function name to make sure it was noticed.
This commit is contained in:
@@ -952,7 +952,7 @@ typedef enum {
|
||||
} BACNET_VT_CLASS;
|
||||
|
||||
typedef enum {
|
||||
CHARACTER_ANSI_X34 = 0,
|
||||
CHARACTER_ANSI_X34 = 0, /* deprecated */
|
||||
CHARACTER_UTF8 = 0,
|
||||
CHARACTER_MS_DBCS = 1,
|
||||
CHARACTER_JISC_6226 = 2,
|
||||
|
||||
Reference in New Issue
Block a user