Back to 2015-proposals
Title: An Introduction to Unicode in C++
Proposer: James McNellis
Type: Tutorial
Duration: 90 mins
Description:
At first glance, text encoding and processing text appears to be a rather dull, mundane subject. But in modern software where we often need to handle text from different languages—and even different alphabets and character sets—text processing is anything but mundane. Some programming languages have nice, simple facilities that make most text processing operations fairly straightforward. Unfortunately, C++ is not one of those languages. C++ lacks good, built-in support for Unicode, though the situation is starting to improve.
This session will cover:
While the last part of this session is about C++ and most of the examples use C++, most of the content of the talk is programming language neutral.
JJ: James add… A note to reviewers: I have previously spoken on this subject at C++Now 2014, where my talk won the Best Tutorial Session award, and at CppCon 2014, where my talk was similarly well received.)