Journey of Life
March 31, 2018
CAVEAT: golang uint to string conversion
In golang, you can cast a "uint8" value to "string".
Be aware that
if the uint8 x <= 127, string(x) is the ASCII char of the value x,
if the uint8 x >128, string(x) is 2 bytes long, because of UTF-8
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment