You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to turn some multibyte characters into bytes using the following two bricks:
Text -> Bytes
But finding that the order of them are reverse to the byte sequences definition of UTF-8.
Like '¢' should be "C2 A2"
But the result in bytes view is "A2 C2"