Skip to main content
Open

tsf_send_message param "tsf_msg_id" datatype change from VARCHAR to NVARCHAR

Related products:Software Factory
  • January 23, 2023
  • 1 reply
  • 44 views

C. Lousberg
Captain
Forum|alt.badge.img+6

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)

1 reply

Jeroen van den Belt
Administrator
Forum|alt.badge.img+10
NewOpen