Skip to content

Decide if we should use std::string vs Util::UString vs Util::Buffer #16

@sppmacd

Description

@sppmacd

std::string is not Unicode-compatible. It is often used for storing binary data or random text (taken from files). Convert all these usages to Util::UString or Util::Buffer. For code-internal strings, use std::string_view or char[S].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions