Skip to content

Ownership transfer - description with non-ASCII chars cut short #1

@Jpja

Description

@Jpja

Transferred OLGA's issuance right with Dogewallet web.
Description changed from "Твои небесные черты" to "Твои небес"

image

It seems the bug relates to a wrong assumption that all characters take up one byte. Cyrillic characters take 2 bytes each.

"Твои небесные черты" is 19 char long; 17 cyrillic and 2 spaces. Takes up 17 * 2 + 2 = 36 bytes.
"Твои небес" is 10 char long; 9 cyrillc and 1 space. Takes up 9 * 2 + 1 = 19 bytes

Related issue for DogeWallet desktop - DogepartyXDP/dogewallet-desktop#4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions