String Encoding
To preserve interoperability throughout your enterprise, all strings must use UTF-8 encoding. 
  
 
	  
		- When the TIBCO FTL Java 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. 
		
 
		- With the Golang API, strings are automatically UTF-8 encoded.
		
 
 
	 
 
	 Note: Strings cannot include embedded null characters. 
	 
 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.