Talk:UTF-8 encode and decode

From Rosetta Code
Revision as of 21:57, 8 March 2017 by rosettacode>Spoon! (Created page with "Is the task more about converting between a Unicode codepoint (an integer) and the bytes? or converting between a displayed character and bytes? In the solutions for some lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Is the task more about converting between a Unicode codepoint (an integer) and the bytes? or converting between a displayed character and bytes? In the solutions for some languages, they basically start with a 1-character string (because that's the natural way to represent a character in that language), and convert that string to and from the bytes, and also separately get the codepoint integer out from the string to print to the output. Is that acceptable for this task? --Spoon! (talk) 21:57, 8 March 2017 (UTC)