Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

What a c++ standard Unicode library might look like.

License

NotificationsYou must be signed in to change notification settings

tzlaine/text

Repository files navigation

Motivation

C and C++ are the only major production languages that do not have robust Unicode support. This library attempts to provide that support for C++.

This library provides a Unicode implementation suitable for use by anyone — including those who know next to nothing about Unicode.

Features

  • Iterators, views, and algorithms that convert among UTF-8, UTF-16, and UTF-32.

  • An implementation of the Unicode algorithms for dealing with encodings, normalization, text segmentation, etc.

  • A family of types for use in Unicode-aware text processing. This includes text, text_view, rope, and rope_view.

  • Code familiarity -- all of the above types and algorithms work like the STL containers and algorithms.

This library targets submission to Boost and eventual standardization.

It's more interesting than it sounds.

Online docs:https://tzlaine.github.io/text

Ubuntu-20.04 - GCC 9,10Ubuntu-22.04 - GCC 10,11

Windows-2019 - Visual Studio 2019Windows-2022 - Visual Studio 2022

License

About

What a c++ standard Unicode library might look like.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp