Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Converts other UTF strings to `std::string` encoded as UTF-8. If compiled as
C++20, the behavior is that of `utf::as_u8`, except for the type of the
character used.

### utf::as_str8
### utf::as_u16

```cpp
std::u16string utf::as_u16(std::u8string_view src); // C++20
Expand Down