Page 1 of 1

UTF-16

PostPosted: Sun Apr 30, 2023 6:52 pm
by satanete666
Hi,

i am doing an aplication where i will get textinformation in 2 bytes utf-16 each character, ¿how can i convert to text each character ?

Regards

Re: UTF-16

PostPosted: Wed May 10, 2023 4:22 pm
by Daniel Kaminski
Hi,

How fast do you need it? When is your Production.
How exactly do you need the command?

would something like this work

Code: Select all
var uft16string = "feff00540068006900730020"

Label1.text = uft16string.EncodeUTF8
Label1.text = uft16string.EncodeUTF16

Re: UTF-16

PostPosted: Fri May 12, 2023 12:58 pm
by satanete666
Hi Daniel,

NExt week i have the event, if you see any way to do will be great.

Regards
Unai

Re: UTF-16

PostPosted: Tue May 16, 2023 12:09 pm
by Daniel Kaminski
We are looking into it.
Please send an email to support.pandorasbox(at)christiedigital.com
And refer to this forum topic.

Re: UTF-16

PostPosted: Wed May 17, 2023 5:08 pm
by Daniel Kaminski
Next Release will include string functions to convert UTF8 and UTF16 HEX Strings into normal Text.