Generic Conversion & Segmentation for Ranges - A Solution for Unicode
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive solution for handling Unicode in C++ through this conference talk from BoostCon11. Dive into a lightweight, non-intrusive, flexible, and generic approach based on the concept of Range. Learn about the development of a Unicode library that doesn't depend on existing solutions and features a clear, stable ABI for database linking. Discover the spin-off Convert library, which enables easy range conversion using N to M transformations and segmentation, with support for SIMD-accelerated transformations. Gain insights into how these tools can be applied beyond character encoding conversion to solve various programming challenges.
Syllabus
Generic Conversion & Segmentation for Ranges: A Solution for Unicode - Mathias Gaunard [BoostCon11]
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube