How send to korean text from CVP to ICM?
1. Set FromExtVXML[0] = "íę¸" on the CVP Call Studio
2. Call.Variable1 = FromExtVXML[0] on the ICM
3. Confirm to the TCD table.
The Variable1 on the TCD table is broken.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The "Variable" columns in the TCD table are of type "varchar", which is not unicode. Cisco would need to change these to "nvarchar" in order to allow storing korean characters.
-Jameson
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.