Hi,
I’ve implemented a reference implementation for the latest revision of P2728 called UtfView. It provides UTF transcoding views and associated utilities. I’d like to migrate it into the Beman project.
I’ve attempted to follow the guidelines in the Beman standard, but there are various things I still need to do to Beman-ize it:
-
Change from PascalCase UtfView to snake_case utf_view (I only just saw that Beman changed its preference here)
-
Add a
beman::
namespace -
Add
beman.utf_view
andbeman::utf_view
library targets and prefix other targets withbeman.utf_view
-
Have
install
create abeman.utf_viewConfig.cmake
file -
Add
beman/
directories to the directory structure
I would apprecate any feedback on any additional steps I need to do to Beman-ize the repository. I can create a pull request with all necessary changes, merge it, and then transfer ownership to the beman-project GitHub user.
- Eddie