WB_Unicode - send field value as unicode

Syntax
WB_Unicode=boolean value

Syntax example
WB_Unicode=T

Valid inputs
T,TRUE,1,ON for True
F,FALSE,0,OFF for False

Default value
FALSE

Description
This is a True/False flag that determines if the WhizBase engine will send the report in Unicode format. This variable has effect only if WB_Command value is set to Q. This variable should be used only with clients that require content in Unicode format. For converting strings to UTF-8 charset use $WBFN[UTF(anystring)] and $WBFU[fieldname].