String Encoding

To preserve interoperability throughout your enterprise, all strings must use UTF-8 encoding

  • When the TIBCO FTL Java and .NET libraries send messages, all strings are automatically UTF-8 encoded.
  • C programs must treat strings in inbound messages as UTF-8 encoded strings.
  • C programs must send only UTF-8 encoded strings.
Note: Strings cannot include embedded null characters.