I’m trying to convert from Unicode to Text.
unicode to text.gh (9.4 KB)
can anyone help me to solve this problem? Thank you
1 Like
You could also use Python:
a = chr(int(x))
3 Likes
thank you so much!
thank you, it’s great