Skip to content

unicode: accept char16_t, char32_t sequences #1298

@igoloe

Description

@igoloe
  • Describe the feature in as much detail as possible.
    it woudl be nice, if the lib can accept any char16_t and char32_t sequences and convert them to utf8 automatically, because most unicode strings in windows would be stored as u16string (non legacy code ofc) to distinguish it from ansi like in std::string. List of sequence like usage (maybe incomplete): charT*, charT[], basic_string, basic_string_view where charT from {char16_t,char32_t}
  • Include sample usage where appropriate.
    any usage of unicode in a type safe manner in c++ under windows (explicitly exlcuding std::wstring)

Metadata

Metadata

Assignees

No one assigned

    Labels

    state: needs more infothe author of the issue needs to provide more details

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions