Closed garudaonekh closed 2 months ago
Generally you'd be using TextEncoder to convert a string into bytes. I'm not entirely sure what you're wanting to achieve here though?
My data will be mixed of ASCII and Unicode.
Thanks. I have to use TextDecoder class
Hi, I try to send Unicode and convert it to String using dataViewToText() but it shows garbage value. "ááááááá¹á"
Any suggestion to convert or support unicode?
Thanks;