just stumbled upon this little detail.
1. The WFX interface documentation says about FsContentGetValue:
Since this function is one of those existing in a Unicode version, and other WFX functions are documented to use MaxLen characters, I'm wondering if the MaxLen parameter really means bytes instead of characters in this case (if a string type is returned in FieldValue parameter, of course). I guess you know that this is an important difference and detail.maxlen The maximum number of bytes fitting into the FieldValue variable.
2. The maxlen parameter for FsContentGetDefaultView is not explained though it's listed in the declaration. Wondering again: bytes or characters?
I'm not sure if other plugin types are affected by this, too.
Regards
Dalai