You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+88-51Lines changed: 88 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ Distributed under the Boost Software License, Version 1.0.
20
20
21
21
**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)
22
22
23
+
## License
24
+
25
+
beman.utf_view is licensed under BSL 1.0.
26
+
23
27
## Examples
24
28
25
29
Transcoding a UTF-8 string literal to a `std::u32string`:
@@ -144,44 +148,70 @@ Note: Building with Clang and libstdc++ is not currently supported due to variou
144
148
This project supports [GitHub Codespace](https://github.com/features/codespaces)
145
149
via [Development Containers](https://containers.dev/),
146
150
which allows rapid development and instant hacking in your browser.
147
-
We recommend you using GitHub codespace to explore this project as this
151
+
We recommend using GitHub codespace to explore this project as it
148
152
requires minimal setup.
149
153
150
-
You can create a codespace for this project by clicking this badge:
154
+
Click the following badge to create a codespace:
151
155
152
156
[](https://codespaces.new/bemanproject/utf_view)
153
157
154
-
For more detailed documentation regarding creating and developing inside of
This will generate such directory structure at `/opt/beman.utf_view`.
357
+
This will generate the following directory structure at `/opt/beman`.
321
358
322
359
```txt
323
-
/opt/beman.utf_view
360
+
/opt/beman
324
361
├── include
325
362
│ └── beman
326
363
│ └── utf_view
327
364
│ ├── // ...
328
365
│ └── utf_view.hpp
329
366
└── lib
330
-
└── libbeman.utf_view.a
367
+
└── cmake
368
+
└── beman.utf_view
369
+
├── beman.utf_view-config-version.cmake
370
+
├── beman.utf_view-config.cmake
371
+
└── beman.utf_view-targets.cmake
331
372
```
332
373
333
374
## Paper
@@ -344,7 +385,3 @@ beman.utf_view is based on P2728 and P3705.
344
385
## Authors
345
386
346
387
The implementation of P2728 is a fork by Eddie Nolan of the implementation of P2728R6 in libstdc++ by Jonathan Wakely at [`gcc/libstdc++-v3/include/bits/unicode.h`](https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3/include/bits/unicode.h;h=66f8399fdfb05d85fcdb37fa9ec7c4089feb7a7d;hb=37a4c5c23a27).
0 commit comments