Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore a comprehensive conference talk on applying std::ranges principles to Unicode implementation in the C++ Standard Library. Delve into the challenges of standardizing Unicode in C++, comparing it with ICU, and discover innovative approaches to designing a future standard Unicode API. Learn about Unicode terminology, normalization, iterator interfaces, transcoding views, and performance considerations. Examine specific algorithms, normalization forms, and vocabulary types for text segmentation and grapheme handling. Gain insights into the work of SG16 and the potential future of Unicode support in C++.
Syllabus
Why Unicode
Terminology
Unicode Library
Normalization
Iterator Interface
Null Sentinel
Transcoding view
Performance overhead
Iterators
Replacing Errors
correctness
bidirectional
stupid
unpacking
why would someone write that
unpacketrator
Normalisation
Algorithms
Normalization Forms
Normalize Insert Erase Replace
Normalize Insert
Vocabulary Type
Transcoding Views
SG16T
Text Segmentation
Grapheme
Taught by
CppNow