Skip to content

Bytes sequences of multibyte characters are wrong #37

@Leo1003

Description

@Leo1003

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"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions