Skip to content

String encoding is not correct #5

@Kn99HN

Description

@Kn99HN

String encoding assumes that user would only use ascii characters. Each char is then converted to a byte (rune). This is not correct because in it's possible that we will store special characters, etc... which take more than 1 byte

https://go.dev/blog/strings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions