Talk:cpp/filesystem/path/generic string
From cppreference.com
< Talk:cpp
> If path::value_type is char, conversion, if any, is system-dependent. This is the case on typical POSIX systems (such as Linux), where native encoding if UTF-8 and string() performs no conversion.
Is this a typo? I think it is supposed to be where native encoding is UTF-8.