I can't show emoji using unicode in the template.lg in bot framework emulator.
# ContactBot
- Thank you. Don't hesitate to contact me anytime. \U0001F60A
I can't show emoji using unicode in the template.lg in bot framework emulator.
# ContactBot
- Thank you. Don't hesitate to contact me anytime. \U0001F60A
Please be aware that Encoding.Unicode
is UTF-16 in C#. To read 32 bits Unicode, there is this Encoding.UTF32
. Link on MSDN for Encoding.​UT​F32