Skip to content

Commit 128f186

Browse files
committed
Pass beman_tidy checks
1 parent c46318a commit 128f186

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# beman.utf_view: C++29 UTF Transcoding Views
2+
13
<!--
24
SPDX-License-Identifier: BSL-1.0
35
@@ -7,18 +9,14 @@ Distributed under the Boost Software License, Version 1.0.
79
https://www.boost.org/LICENSE_1_0.txt)
810
-->
911

10-
# beman.utf_view: C++29 UTF Transcoding Views
11-
1212
![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Continuous Integration Tests](https://github.com/bemanproject/utf_view/actions/workflows/ci_tests.yml/badge.svg) ![Lint Check (pre-commit)](https://github.com/bemanproject/utf_view/actions/workflows/pre-commit.yml/badge.svg) [![Coverage](https://coveralls.io/repos/github/bemanproject/utf_view/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/utf_view?branch=main) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg)
1313

1414
C++29 UTF transcoding features:
1515
- Transcoding UTF views `to_utf8`, `to_utf16`, and `to_utf32`
1616
- `null_sentinel` sentinel and `null_term` CPO for creating views of null-terminated strings
1717
- Casting views for creating views of `charN_t`, which are `as_char8`, `as_char16`, `as_char32`
1818

19-
**Implements**: [Unicode in the Library, Part 1: UTF Transcoding
20-
(P2728R7)](https://wg21.link/P2728R7) and [A Sentinel for Null-Terminated Strings
21-
(P3705R2)](https://isocpp.org/files/papers/P3705R2.html)
19+
**Implements**: [Unicode in the Library, Part 1: UTF Transcoding (P2728R7)](https://wg21.link/P2728R7) and [A Sentinel for Null-Terminated Strings (P3705R2)](https://isocpp.org/files/papers/P3705R2.html)
2220

2321
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)
2422

0 commit comments

Comments
 (0)