Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support char16_t and char32_t sequences #86

Open
igoloe opened this issue Oct 3, 2018 · 2 comments
Open

Support char16_t and char32_t sequences #86

igoloe opened this issue Oct 3, 2018 · 2 comments

Comments

@igoloe
Copy link

igoloe commented Oct 3, 2018

Contrary to what is stated in the docs, source code does no seem to have support for utf16 an utf32 char sequences. At least specialization of path_traits for is_pathable is missing and I assume for convert as well. I am not sure, what the internal decisions are, maybe its just postponed?

@Lastique
Copy link
Member

Lastique commented May 3, 2020

Boost.Filesystem does support UTF-16 and UTF-32 through wchar_t. charN_t are the newer additions to C++ which are not supported yet.

@mbs-c
Copy link

mbs-c commented Sep 1, 2020

Could the documentation be updated to reflect that? Right now, it contains references to char16_t, char32_t, u16string and u32string in various places:

Lastique added a commit that referenced this issue Aug 14, 2022
Boost.Filesystem does not support char16_t and char32_t yet, so don't
document related types and APIs in the docs.

Related to #86.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants