iProcess Clients

Both iProcess Clients, iProcess Workspace (Windows) and iProcess Workspace (Browser) send and receive data encoded in UTF-8 from iProcess Engine. Any necessary conversions are carried out by the client.

TIBCO iProcess Workspace (Windows)

Configuration is not necessary when using iProcess Workspace (Windows). Conversions take place automatically, as follows:

Sending data to iProcess Engine: iProcess Workspace (Windows) converts it from native encoding to UTF-8.
Note: The condition mentioned above is true only when the staffpms file has line 18 with a value of 1. If the value is 0 then, the data is sent in native encoding and not in UTF-8.
Receiving data from iProcess Engine, iProcess Workspace (Windows) converts it from UTF-8 to native encoding.

TIBCO iProcess Workspace (Windows) determines the native encoding to use from the system locale that it is set to.

TIBCO iProcess Workspace (Browser)

If you are using iProcess Workspace (Browser), you must:

On a UNIX system, set the TISOUnicodeConverterName environment variable to UTF-8.
On a Windows system, set the TISOUnicodeConverterName registry entry (HKEY_LOCAL_MACHINE\SOFTWARE\Staffware plc\Staffware SSO Client\) to UTF-8.

TIBCO iProcess Workspace (Browser) uses the TISOUnicodeConverterName value to determine what encoding to use for communications with iProcess Engine.