conversion of Ascii string to UTF 8
Answers
Answered by
0
ASCII and UTF-8 are encodings - byte arrays. You do not need to do any conversion to go from an ASCII encoding of a string to a UTF-8 encoding of a string. Any valid ASCII is also valid UTF-8 encoding for the same string. (The reverse is not true)
Similar questions