Skip to main content

to support easy debugging of Unicode variables during development it would helpful to make it possible to send Unicode characters when calling tsf_send_message in the first parameter.

Example:

tsf_send_message "Česká”, NULL, 0 

This now results in a message “Ceská”.

Change needed is change of  type [tsf_msg_id] from [varchar](500) to [nvarchar](500)

NewOpen