{"id":20636416,"url":"https://github.com/copperspice/cs_string","last_synced_at":"2025-04-06T00:08:27.133Z","repository":{"id":45560140,"uuid":"91587610","full_name":"copperspice/cs_string","owner":"copperspice","description":"Header-only library providing unicode aware string support for C++","archived":false,"fork":false,"pushed_at":"2025-03-27T21:14:11.000Z","size":382,"stargazers_count":107,"open_issues_count":2,"forks_count":13,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-29T23:08:31.976Z","etag":null,"topics":["copperspice","cpp","string","unicode"],"latest_commit_sha":null,"homepage":"https://www.copperspice.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copperspice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-17T14:47:59.000Z","updated_at":"2025-03-27T21:14:17.000Z","dependencies_parsed_at":"2024-12-16T14:40:27.165Z","dependency_job_id":"77d966d7-8352-4944-a5ae-88922c64af40","html_url":"https://github.com/copperspice/cs_string","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperspice%2Fcs_string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperspice%2Fcs_string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperspice%2Fcs_string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperspice%2Fcs_string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copperspice","download_url":"https://codeload.github.com/copperspice/cs_string/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copperspice","cpp","string","unicode"],"created_at":"2024-11-16T15:10:46.240Z","updated_at":"2025-04-06T00:08:27.114Z","avatar_url":"https://github.com/copperspice.png","language":"C++","readme":"## CsString\n\n### Introduction\n\nCsString is a standalone library which provides unicode aware string support.\n\nThe CsBasicString class is a templated class which provides unicode aware string support. The encoding, such\nas UTF-8 or UTF-16, is passed to the CsBasicString template. The following typedefs are provided for convenience.\n\n    using CsString       = CsBasicString\u003cutf8\u003e;\n    using CsString_utf8  = CsBasicString\u003cutf8\u003e;\n    using CsString_utf16 = CsBasicString\u003cutf16\u003e;\n\n\n### System Requirements\n\nBuilding CsString requires a C++20 compiler and a C++20 standard library.\n\nCMake build files are provided with the source distribution to build this library. The unit test binary executable is\nan optional part of the build process.\n\nThis library has been tested with clang sanitizer and an extensive industry code review.\n\n\n### Running the Catch Tests\n\nTo enable unit testing set the BUILD_TESTS in the root CMakeLists.txt file to ON. You can also configure the\nsetting by passing -DBUILD_TESTS=ON on the CMake command line.\n\nIf you do not have the Catch2 library installed the files can be download from our website. This is a header\nonly library.\n\nhttps://download.copperspice.com/toolchain/catch/\n\nEither add the path where the Catch2 files are located or pass the path using -DCMAKE_PREFIX_PATH on the CMake\ncommand line. The following shows how to pass both arguments.\n\nexport CMAKE_FLAGS=\"-DBUILD_TESTS=on -DCMAKE_PREFIX_PATH=C:/Catch2/lib/cmake/Catch2\"\n\nBuild this library and then run CTest in the root of your build directory.\n\n\n### Documentation\n\nClass level documentation for CsString is available on the CopperSpice website:\n\nhttps://www.copperspice.com/docs/cs_string/index.html\n\n\n### Presentations\n\nOur YouTube channel contains over 75 videos about C++, programming fundamentals, Unicode/Strings, multithreading,\ngraphics, CopperSpice, DoxyPress, and other software development topics.\n\nhttps://www.youtube.com/copperspice\n\nLinks to additional videos can be found on our website.\n\nhttps://www.copperspice.com/presentations.html\n\n\n### Authors / Contributors\n\n* **Ansel Sermersheim**\n* **Barbara Geller**\n* **Peter Bindels**\n\n\n### License\n\nThis library is released under the BSD 2-clause license. For more information refer to the LICENSE file provided with\nthis project.\n\n\n### References\n\n * Website:  https://www.copperspice.com\n * Twitter:  https://twitter.com/copperspice_cpp\n * Email:    info@copperspice.com\n\n\u003c!-- --\u003e\n * Github:   https://github.com/copperspice\n\n\u003c!-- --\u003e\n * Forum:    https://forum.copperspice.com\n * Journal:  https://journal.copperspice.com\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopperspice%2Fcs_string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopperspice%2Fcs_string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopperspice%2Fcs_string/lists"}